Qt Quick 3D and Qt Quick Particles (Qt 5.3)

I have just started developing a virtual reality application that uses the Qt Quick 3D library to draw a scene. I am new to Qt Quick, but not new to computer graphics. At the moment my scene is very simple, but I would like to add some small particle effects to it. I have used Qt Quick Particles without Qt 3D, so I understand how to use it, but I could not find any documentation or sample code using both Qt Quick Particles and Qt 3D in the same application.

How can i do this? Thanks in advance.

+3


source to share





All Articles