Loading test.html +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ </head> <body> <div id='x3d_wrapper'> <x3d id="x3d_id" width='1600px' height='800px' showProgress="true" showStat="false" showLog="false" disableDoubleClick="true"> <x3d id="x3d_id" width='1600px' height='800px' showProgress="true" showStat="false" showLog="false" disableDoubleClick="true" keysEnabled="true"> <scene> <navigationInfo id="navInfo" type='"examine"' speed='0.01'></navigationInfo> <Viewpoint fieldOfView='1' position='0 0 0' orientation='0 0 1 0'></Viewpoint> Loading test_nomap.html +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ </head> <body> <div id='x3d_wrapper'> <x3d id="x3d_id" width='1600px' height='800px' showProgress="true" showStat="false" showLog="false" disableDoubleClick="true"> <x3d id="x3d_id" width='1600px' height='800px' showProgress="true" showStat="false" showLog="false" disableDoubleClick="true" keysEnabled="true"> <scene> <navigationInfo id="navInfo" type='"examine" "walk"' speed='0.01'></navigationInfo> <Viewpoint fieldOfView='1' position='0 0 0' orientation='0 0 1 0'></Viewpoint> Loading test_nomap_vr.html +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ <!--view-source:http://realism.com/x3d-examples/HTML5-Fall2014/stereo/kelpie.sgl.html --> <script> document.writeln ("<x3d id='all_view' showStat='false' showLog='false' disableDoubleClick='true' x='0px' y='0px' width='"+(2*x3dWidth)+"px' height='"+x3dHeight+"px'>"); document.writeln ("<x3d id='all_view' showStat='false' showLog='false' disableDoubleClick='true' keysEnabled='true' x='0px' y='0px' width='"+(2*x3dWidth)+"px' height='"+x3dHeight+"px'>"); var x3dDimStr = x3dWidth + ' ' + x3dHeight + ' 4'; </script> Loading Loading
test.html +1 −1 Original line number Diff line number Diff line Loading @@ -34,7 +34,7 @@ </head> <body> <div id='x3d_wrapper'> <x3d id="x3d_id" width='1600px' height='800px' showProgress="true" showStat="false" showLog="false" disableDoubleClick="true"> <x3d id="x3d_id" width='1600px' height='800px' showProgress="true" showStat="false" showLog="false" disableDoubleClick="true" keysEnabled="true"> <scene> <navigationInfo id="navInfo" type='"examine"' speed='0.01'></navigationInfo> <Viewpoint fieldOfView='1' position='0 0 0' orientation='0 0 1 0'></Viewpoint> Loading
test_nomap.html +1 −1 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ </head> <body> <div id='x3d_wrapper'> <x3d id="x3d_id" width='1600px' height='800px' showProgress="true" showStat="false" showLog="false" disableDoubleClick="true"> <x3d id="x3d_id" width='1600px' height='800px' showProgress="true" showStat="false" showLog="false" disableDoubleClick="true" keysEnabled="true"> <scene> <navigationInfo id="navInfo" type='"examine" "walk"' speed='0.01'></navigationInfo> <Viewpoint fieldOfView='1' position='0 0 0' orientation='0 0 1 0'></Viewpoint> Loading
test_nomap_vr.html +1 −1 Original line number Diff line number Diff line Loading @@ -40,7 +40,7 @@ <!--view-source:http://realism.com/x3d-examples/HTML5-Fall2014/stereo/kelpie.sgl.html --> <script> document.writeln ("<x3d id='all_view' showStat='false' showLog='false' disableDoubleClick='true' x='0px' y='0px' width='"+(2*x3dWidth)+"px' height='"+x3dHeight+"px'>"); document.writeln ("<x3d id='all_view' showStat='false' showLog='false' disableDoubleClick='true' keysEnabled='true' x='0px' y='0px' width='"+(2*x3dWidth)+"px' height='"+x3dHeight+"px'>"); var x3dDimStr = x3dWidth + ' ' + x3dHeight + ' 4'; </script> Loading