Hi , i did a little app for test qt3d and in symbian simulator , works fine but when a try to work it in my mobile , i got some erros , but at the moment , i worry for this , possibly plugin could not be found .
/*main.qml*/
this is a part of my source codo :
import QtQuick 1.0
import Qt3D 1.0
Viewport
{
width: 800
height: 480
camera: Camera {eye: Qt.vector3d(50,100,190)}
Item3D
{
id:mono
mesh :Mesh {source : "qrc:/merc.3DS"}
}
}
thanks in advance



