Changes between Version 1 and Version 2 of threejs/viewer


Ignore:
Timestamp:
Oct 13, 2013, 1:39:03 AM (10 years ago)
Author:
Leon Kos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • threejs/viewer

    v1 v2  
    11{{{
    22#!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>
    66
    77<script type="text/javascript">
     
    7777             
    7878          } );
    79           loader.load( 'pr2_head_pan.stl' );
     79          loader.load( '/vaje/raw-attachment/wiki/threejs/viewer/pr2_head_pan.stl' );
    8080           
    8181
     
    9292             
    9393          } );
    94           loader.load( 'pr2_head_tilt.stl' );
     94          loader.load( '/vaje/raw-attachment/wiki/threejs/viewer/pr2_head_tilt.stl' );
    9595
    9696          //Call the animate function