PDA

View Full Version : Where is the Qt3D



lni
4th September 2015, 05:26
Hi,

I have been using Qt3D for Qt4 for a few years, which has following classes

#include <Qt3D/qtriangle3d.h>
#include <Qt3D/qbox3d.h>
#include <Qt3D/qtriangle3d.h>
#include <Qt3D/qbox3d.h>

etc. etc...

Today I try to upgrade to Qt5.5.0 and there is a qt3d module. However, I can't find those files there.

Is there a separate package I need to download? Thanks!

anda_skoa
4th September 2015, 08:47
My understanding is that Qt3D for Qt5 is a totally new implementation based on an Entity/Component System (https://en.wikipedia.org/wiki/Entity_component_system).

Cheers,
_

lni
4th September 2015, 12:21
My understanding is that Qt3D for Qt5 is a totally new implementation based on an Entity/Component System (https://en.wikipedia.org/wiki/Entity_component_system).

Cheers,
_

Then there is a way to get those math3d classes? I can't upgrade to Qt5 otherwise... :-(