diff options
author | Lincoln Ramsay <lincoln.ramsay@nokia.com> | 2012-04-20 15:18:31 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-04-27 07:55:44 +0200 |
commit | ade764287a46cc8c0012afb8f5774c6fcdfc8448 (patch) | |
tree | 96f4bb760cf9aef91741f901aa51e2c9054cde5e /examples/sensors/cubehouse | |
parent | 54a1e5a4632d8cce6964b20cb5a6c474daf9a1e2 (diff) | |
download | qtsensors-ade764287a46cc8c0012afb8f5774c6fcdfc8448.tar.gz |
Direct rendering is known to be buggy.
Change-Id: I461b35e778ddf61008a32485b699e440132a0b22
Reviewed-by: Wolfgang Beck <wolfgang.beck@nokia.com>
Diffstat (limited to 'examples/sensors/cubehouse')
-rw-r--r-- | examples/sensors/cubehouse/Cubehouse.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/sensors/cubehouse/Cubehouse.qml b/examples/sensors/cubehouse/Cubehouse.qml index f824e96..5a1b91f 100644 --- a/examples/sensors/cubehouse/Cubehouse.qml +++ b/examples/sensors/cubehouse/Cubehouse.qml @@ -58,7 +58,6 @@ Item { anchors.top: parent.top width: parent.width height: parent.height - renderMode: "DirectRender" fillColor: "darkblue" objectName: "cube viewport" camera: Camera { eye: Qt.vector3d(0, 3, 1.6 * room.scale - 4)} |