Mr.doob 12 years ago
parent
commit
ddef07a18c
5 changed files with 26 additions and 4 deletions
  1. 22 0
      README.md
  2. 1 1
      build/three.js
  3. 1 1
      build/three.min.js
  4. 1 1
      docs/index.html
  5. 1 1
      src/Three.js

+ 22 - 0
README.md

@@ -65,6 +65,28 @@ This code creates a scene, then creates a camera, adds the camera and cube to th
 
 
 ### Change log ###
 ### Change log ###
 
 
+2012 11 15 - **r53** (392,799 KB, gzip: 96,044 KB)
+
+* Lots of improvements to [editor](http://mrdoob.github.com/three.js/editor/). Including possibility to export geometry and scene. ([alteredq](http://github.com/alteredq) and [mrdoob](http://github.com/mrdoob))
+* `Sprite` no longer gets its size from the texture. ([alteredq](http://github.com/alteredq) and [mrdoob](http://github.com/mrdoob))
+* Improved `CSS3DRenderer`. ([mrdoob](http://github.com/mrdoob) and [alteredq](http://github.com/alteredq))
+* Added support for vertex normals in `Ribbon`. ([alteredq](http://github.com/alteredq))
+* `Object3D`'s `.clone()` is now recursive. ([mrdoob](http://github.com/mrdoob))
+* Added support for fog in `Sprite`. ([alteredq](http://github.com/alteredq))
+* Scene format now supports nested lights, cameras and SkinnedMesh, OBJ, VTK, STL, UTF8 and Collada files. ([alteredq](http://github.com/alteredq))
+* `Object3D`'s `.lookAt()` now working when using quaternions. ([motin](http://github.com/motin))
+* Added touch support to `TrackballControls`. ([mrdoob](http://github.com/mrdoob))
+* Object sorting in `WebGLRenderer` is now stable, regardless of browser implementation. ([alteredq](http://github.com/alteredq))
+* `MeshPhongMaterial`'s `perPixel` is not `true` by default. ([alteredq](http://github.com/alteredq))
+* Added `LineDashedMaterial`. ([alteredq](http://github.com/alteredq))
+* Added `.setContextStyle` to `Color`. ([greyscales](http://github.com/greyscales))
+* Corrected normal matrix calculations. ([WestLangley](http://github.com/WestLangley))
+* Added area weighted vertex normals computation to `Geometry`. ([alteredq](http://github.com/alteredq))
+* Moved geometry.materials to `MeshFaceMaterial`. ([gero3](http://github.com/gero3), [alteredq](http://github.com/alteredq) and [mrdoob](http://github.com/mrdoob))
+* Removed `materials` and `sides` from `CubeGeometry`. ([mrdoob](http://github.com/mrdoob))
+* Move `GeometryUtils`'s `.clone()` to `Geometry`. ([mrdoob](http://github.com/mrdoob))
+
+
 2012 10 15 - **r52** (379,442 KB, gzip: 94,126 KB)
 2012 10 15 - **r52** (379,442 KB, gzip: 94,126 KB)
 
 
 * New node.js build system. ([gero3](http://github.com/gero3))
 * New node.js build system. ([gero3](http://github.com/gero3))

+ 1 - 1
build/three.js

@@ -3,7 +3,7 @@
  * @author Larry Battle / http://bateru.com/news
  * @author Larry Battle / http://bateru.com/news
  */
  */
 
 
-var THREE = THREE || { REVISION: '53dev' };
+var THREE = THREE || { REVISION: '53' };
 
 
 self.console = self.console || {
 self.console = self.console || {
 
 

+ 1 - 1
build/three.min.js

@@ -1,5 +1,5 @@
 // three.js - http://github.com/mrdoob/three.js
 // three.js - http://github.com/mrdoob/three.js
-'use strict';var THREE=THREE||{REVISION:"53dev"};self.console=self.console||{info:function(){},log:function(){},debug:function(){},warn:function(){},error:function(){}};self.Int32Array=self.Int32Array||Array;self.Float32Array=self.Float32Array||Array;String.prototype.startsWith=String.prototype.startsWith||function(a){return this.slice(0,a.length)===a};String.prototype.endsWith=String.prototype.endsWith||function(a){var a=String(a),b=this.lastIndexOf(a);return(-1<b&&b)===this.length-a.length};
+'use strict';var THREE=THREE||{REVISION:"53"};self.console=self.console||{info:function(){},log:function(){},debug:function(){},warn:function(){},error:function(){}};self.Int32Array=self.Int32Array||Array;self.Float32Array=self.Float32Array||Array;String.prototype.startsWith=String.prototype.startsWith||function(a){return this.slice(0,a.length)===a};String.prototype.endsWith=String.prototype.endsWith||function(a){var a=String(a),b=this.lastIndexOf(a);return(-1<b&&b)===this.length-a.length};
 String.prototype.trim=String.prototype.trim||function(){return this.replace(/^\s+|\s+$/g,"")};
 String.prototype.trim=String.prototype.trim||function(){return this.replace(/^\s+|\s+$/g,"")};
 (function(){for(var a=0,b=["ms","moz","webkit","o"],c=0;c<b.length&&!window.requestAnimationFrame;++c)window.requestAnimationFrame=window[b[c]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[b[c]+"CancelAnimationFrame"]||window[b[c]+"CancelRequestAnimationFrame"];void 0===window.requestAnimationFrame&&(window.requestAnimationFrame=function(b){var c=Date.now(),f=Math.max(0,16-(c-a)),g=window.setTimeout(function(){b(c+f)},f);a=c+f;return g});window.cancelAnimationFrame=window.cancelAnimationFrame||
 (function(){for(var a=0,b=["ms","moz","webkit","o"],c=0;c<b.length&&!window.requestAnimationFrame;++c)window.requestAnimationFrame=window[b[c]+"RequestAnimationFrame"],window.cancelAnimationFrame=window[b[c]+"CancelAnimationFrame"]||window[b[c]+"CancelRequestAnimationFrame"];void 0===window.requestAnimationFrame&&(window.requestAnimationFrame=function(b){var c=Date.now(),f=Math.max(0,16-(c-a)),g=window.setTimeout(function(){b(c+f)},f);a=c+f;return g});window.cancelAnimationFrame=window.cancelAnimationFrame||
 function(a){window.clearTimeout(a)}})();THREE.FrontSide=0;THREE.BackSide=1;THREE.DoubleSide=2;THREE.NoShading=0;THREE.FlatShading=1;THREE.SmoothShading=2;THREE.NoColors=0;THREE.FaceColors=1;THREE.VertexColors=2;THREE.NoBlending=0;THREE.NormalBlending=1;THREE.AdditiveBlending=2;THREE.SubtractiveBlending=3;THREE.MultiplyBlending=4;THREE.CustomBlending=5;THREE.AddEquation=100;THREE.SubtractEquation=101;THREE.ReverseSubtractEquation=102;THREE.ZeroFactor=200;THREE.OneFactor=201;THREE.SrcColorFactor=202;
 function(a){window.clearTimeout(a)}})();THREE.FrontSide=0;THREE.BackSide=1;THREE.DoubleSide=2;THREE.NoShading=0;THREE.FlatShading=1;THREE.SmoothShading=2;THREE.NoColors=0;THREE.FaceColors=1;THREE.VertexColors=2;THREE.NoBlending=0;THREE.NormalBlending=1;THREE.AdditiveBlending=2;THREE.SubtractiveBlending=3;THREE.MultiplyBlending=4;THREE.CustomBlending=5;THREE.AddEquation=100;THREE.SubtractEquation=101;THREE.ReverseSubtractEquation=102;THREE.ZeroFactor=200;THREE.OneFactor=201;THREE.SrcColorFactor=202;

+ 1 - 1
docs/index.html

@@ -97,7 +97,7 @@
 
 
 		<script src="list.js"></script>
 		<script src="list.js"></script>
 		<script>
 		<script>
-			var REVISION = '52';
+			var REVISION = '53';
 
 
 			var panel = document.getElementById( 'panel' );
 			var panel = document.getElementById( 'panel' );
 			var viewer = document.getElementById( 'viewer' );
 			var viewer = document.getElementById( 'viewer' );

+ 1 - 1
src/Three.js

@@ -3,7 +3,7 @@
  * @author Larry Battle / http://bateru.com/news
  * @author Larry Battle / http://bateru.com/news
  */
  */
 
 
-var THREE = THREE || { REVISION: '53dev' };
+var THREE = THREE || { REVISION: '53' };
 
 
 self.console = self.console || {
 self.console = self.console || {