summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-12-27 21:37:29 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2012-12-27 21:37:29 (GMT)
commit347dc9532a342a3f9a93f2f3f7baf3057e0920b8 (patch)
treeb3a678ec9e4b0ee0315b9bfd76a1dc89bcedae0c /test
parent7b8da7c5b88714f8b4892c83703c16b19a6cb80d (diff)
downloaduscxml-347dc9532a342a3f9a93f2f3f7baf3057e0920b8.zip
uscxml-347dc9532a342a3f9a93f2f3f7baf3057e0920b8.tar.gz
uscxml-347dc9532a342a3f9a93f2f3f7baf3057e0920b8.tar.bz2
Support for rad, deg and % in rotation
Diffstat (limited to 'test')
-rw-r--r--test/samples/uscxml/test-scenegraph.scxml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/samples/uscxml/test-scenegraph.scxml b/test/samples/uscxml/test-scenegraph.scxml
index e159fdd..25e13ed 100644
--- a/test/samples/uscxml/test-scenegraph.scxml
+++ b/test/samples/uscxml/test-scenegraph.scxml
@@ -16,7 +16,7 @@
</scenegraph:translation>
</scenegraph:viewport>
<scenegraph:viewport x="0" y="50%" width="50%" height="50%" id="scene3">
- <scenegraph:rotation angle="2.0" x="100" y="1" z="1">
+ <scenegraph:rotation pitch="100deg" roll="3.15149rad" yaw="10deg">
<scenegraph:node src="http://cs.iupui.edu/~aharris/webDesign/vrml/tree.wrl" />
</scenegraph:rotation>
</scenegraph:viewport>