summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Pope <daniel.pope@nokia.com>2012-03-23 15:28:35 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-28 00:01:17 +0200
commit04f6e9fe1a1f42609116b85e6e0fea834f13185b (patch)
tree98524bf5078d98c5d924b2ff8f5553a61826f971
parentada988f382601c4f249e1a19aa3cee8ec1242b08 (diff)
downloadqt3d-04f6e9fe1a1f42609116b85e6e0fea834f13185b.tar.gz
Fix for BillBoardTransform in QML not working.
Task-number: QTBUG-24454 Change-Id: I315ffafb0dccee3621fcd37309c82bd6a2b63c86 Reviewed-by: Sarah Jane Smith <sarah.j.smith@nokia.com> Reviewed-by: Danny Pope <daniel.pope@nokia.com>
-rw-r--r--src/imports/threed/threed.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/imports/threed/threed.cpp b/src/imports/threed/threed.cpp
index 3effca86c..ff7c0c527 100644
--- a/src/imports/threed/threed.cpp
+++ b/src/imports/threed/threed.cpp
@@ -54,7 +54,6 @@
#include "qgraphicsrotation3d.h"
#include "qgraphicstranslation3d.h"
#include "qgraphicsscale3d.h"
-#include "qgraphicsbillboardtransform.h"
#include "qglscenenode.h"
#include "qgraphicslookattransform.h"
@@ -67,7 +66,6 @@ QML_DECLARE_TYPE(QGraphicsTransform3D)
QML_DECLARE_TYPE(QGraphicsRotation3D)
QML_DECLARE_TYPE(QGraphicsTranslation3D)
QML_DECLARE_TYPE(QGraphicsScale3D)
-QML_DECLARE_TYPE(QGraphicsBillboardTransform)
QML_DECLARE_TYPE(QGraphicsLookAtTransform)
QML_DECLARE_TYPE(QGLMaterial)
QML_DECLARE_TYPE(QGLLightModel)
@@ -93,7 +91,6 @@ public:
qmlRegisterType<QGraphicsRotation3D>(uri,1,0,"Rotation3D");
qmlRegisterType<QGraphicsTranslation3D>(uri,1,0,"Translation3D");
qmlRegisterType<Scale3D>(uri,1,0,"Scale3D");
- qmlRegisterType<QGraphicsBillboardTransform>(uri,1,0,"BillboardTransform");
qmlRegisterType<QGraphicsLookAtTransform>(uri,1,0,"LookAt");
qmlRegisterType<QGLMaterial>(uri,1,0,"Material");
qmlRegisterType<ShaderProgram>(uri,1,0,"ShaderProgram");