What is Qt 3D? Integrating Qt 3D into user interfaces
Qt now provides a new module named Qt 3D. In this very short talk Giuseppe D’Angelo introduces some of the design ideas behind Qt 3D, discuss its use cases, and shows how simple it is to get 3D content in an application when using Qt 3D APIs.
Where can I find the source code for this demo, please?
I would like to experiment with this example in C++/QML. I searched a bit the Qt Creator examples but I was not able to find this demo. May I have the source code please? Thank you in advance.
@lason @saras
We don’t publish sources for our demos but that being said the car-scene example we created in Kuesa is fairly similar visually, perhaps that will help?
https://github.com/KDAB/kuesa/tree/master/examples/kuesa/car-scene
github.com