Changes between Version 1 and Version 2 of threejs
- Timestamp:
- Oct 12, 2013, 9:20:26 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
threejs
v1 v2 3 3 {{{ 4 4 #!html 5 <script src="https://rawgithub.com/mrdoob/three.js/master/build/three. js"></script>5 <script src="https://rawgithub.com/mrdoob/three.js/master/build/three.min.js"></script> 6 6 <script type="text/javascript"> 7 7 var scene = new THREE.Scene(); … … 25 25 {{{ 26 26 #!javascript 27 <script src="https://rawgithub.com/mrdoob/three.js/master/build/three. js"></script>27 <script src="https://rawgithub.com/mrdoob/three.js/master/build/three.min.js"></script> 28 28 <script type="text/javascript"> 29 29 var scene = new THREE.Scene();