Changes between Version 1 and Version 2 of threejs/viewer
- Timestamp:
- Oct 13, 2013, 1:39:03 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
threejs/viewer
v1 v2 1 1 {{{ 2 2 #!html 3 <script src=" three.js"></script>4 <script src=" TrackballControls.js"></script>5 <script src=" STLLoader.js"></script>3 <script src="/vaje/raw-attachment/wiki/threejs/viewer/three.min.js"></script> 4 <script src="/vaje/raw-attachment/wiki/threejs/viewer/TrackballControls.js"></script> 5 <script src="/vaje/raw-attachment/wiki/threejs/viewer/STLLoader.js"></script> 6 6 7 7 <script type="text/javascript"> … … 77 77 78 78 } ); 79 loader.load( ' pr2_head_pan.stl' );79 loader.load( '/vaje/raw-attachment/wiki/threejs/viewer/pr2_head_pan.stl' ); 80 80 81 81 … … 92 92 93 93 } ); 94 loader.load( ' pr2_head_tilt.stl' );94 loader.load( '/vaje/raw-attachment/wiki/threejs/viewer/pr2_head_tilt.stl' ); 95 95 96 96 //Call the animate function