tags:

views:

47

answers:

1

Hi,

I need to develop some application using OpenGL in Qt for Symbian platform. I found a function called loadScene in Qt3 that where used to load 3ds files but couldn't find any for the latest version of Qt.

Is there any library that I could use ?

Thanks,

Alexandre

+2  A: 

It is not Qt3. It is Qt3d. Both are entirely different.

From Qt3d documentation, Qt/3D requires access to source files that do not ship with an SDK. Until Qt/3D becomes a regular part of Qt, either download an official Qt 4.7 source package , or a source tarball from our gitorious repository.

You may have to download the source files and configure it manually as given in the documentation.

Hope it helps..

liaK