summaryrefslogtreecommitdiffstats
path: root/test/samples/uscxml/test-scenegraph.scxml
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-08-21 15:16:52 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-08-21 15:16:52 (GMT)
commitbd45c688b3d3aad5d62b85457ce943eaadf989ae (patch)
tree831d54da85c85f3e998be70241f8ffc3fed7f924 /test/samples/uscxml/test-scenegraph.scxml
parenta52fb3364968e31a1a15c85ac45b68d9f531687b (diff)
downloaduscxml-bd45c688b3d3aad5d62b85457ce943eaadf989ae.zip
uscxml-bd45c688b3d3aad5d62b85457ce943eaadf989ae.tar.gz
uscxml-bd45c688b3d3aad5d62b85457ce943eaadf989ae.tar.bz2
Added WebStorage object to document
Some refinements to DotWriter
Diffstat (limited to 'test/samples/uscxml/test-scenegraph.scxml')
-rw-r--r--test/samples/uscxml/test-scenegraph.scxml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/samples/uscxml/test-scenegraph.scxml b/test/samples/uscxml/test-scenegraph.scxml
index 0efcd6d..f0d1173 100644
--- a/test/samples/uscxml/test-scenegraph.scxml
+++ b/test/samples/uscxml/test-scenegraph.scxml
@@ -23,17 +23,17 @@
</scenegraph:viewport>
<scenegraph:viewport x="0" y="50%" width="50%" height="50%" id="scene3">
<scenegraph:rotation id="treeRotation" pitch="100deg" roll="3.15149rad" yaw="10deg">
- <scenegraph:node src="http://cs.iupui.edu/~aharris/webDesign/vrml/tree.wrl" />
+ <scenegraph:node src="http://people.sc.fsu.edu/~jburkardt/data/obj/airboat.obj" />
</scenegraph:rotation>
</scenegraph:viewport>
<scenegraph:viewport x="50%" y="50%" width="50%" height="50%" id="scene4">
<scenegraph:translation x="0" y="0" z="0">
- <scenegraph:node src="scenegraph/HARD_MP_VAL_000.wrl" />
+ <scenegraph:node src="http://people.sc.fsu.edu/~jburkardt/data/obj/airboat.obj" />
</scenegraph:translation>
</scenegraph:viewport>
<scenegraph:viewport x="50%" y="0" width="50%" height="50%" id="scene2">
<scenegraph:translation x="0" y="0" z="0">
- <scenegraph:node src="http://cs.iupui.edu/~aharris/mm/vrml4/house.wrl" />
+ <scenegraph:node src="http://people.sc.fsu.edu/~jburkardt/data/obj/airboat.obj" />
</scenegraph:translation>
</scenegraph:viewport>
</scenegraph:display>