Changes between Version 1 and Version 2 of threejs


Ignore:
Timestamp:
Oct 12, 2013, 9:20:26 PM (11 years ago)
Author:
Leon Kos
Comment:

min

Legend:

Unmodified
Added
Removed
Modified
  • threejs

    v1 v2  
    33{{{
    44#!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>
    66<script type="text/javascript">
    77  var scene = new THREE.Scene();
     
    2525{{{
    2626#!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>
    2828<script type="text/javascript">
    2929  var scene = new THREE.Scene();