summaryrefslogtreecommitdiffstats
path: root/apps/samples/vrml/viewer.html
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-11-11 19:57:04 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2013-11-11 19:57:04 (GMT)
commit6bdfff91c01408616bb4715b0995a097d1b049e9 (patch)
tree45b4d4ef6a5da2f9dcb00ed9d4eb89e6f46fedd4 /apps/samples/vrml/viewer.html
parent691b83f05dce412e74c15dec1972f1ff228d54c7 (diff)
downloaduscxml-6bdfff91c01408616bb4715b0995a097d1b049e9.zip
uscxml-6bdfff91c01408616bb4715b0995a097d1b049e9.tar.gz
uscxml-6bdfff91c01408616bb4715b0995a097d1b049e9.tar.bz2
Check for WebGL
Diffstat (limited to 'apps/samples/vrml/viewer.html')
-rw-r--r--apps/samples/vrml/viewer.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/samples/vrml/viewer.html b/apps/samples/vrml/viewer.html
index 7357ee4..873da0e 100644
--- a/apps/samples/vrml/viewer.html
+++ b/apps/samples/vrml/viewer.html
@@ -75,9 +75,9 @@
},
enableMovies: false,
enableDND: false,
- enableWebGL: false,
- enableSceneshots: true,
- enableDraggables: true,
+ enableWebGL: true,
+ enableSceneshots: false,
+ enableDraggables: false,
listNavigationStyle: true,
treeNavigationStyle: true,
listDirectory: "/hard_mp",