You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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))
71
+
*`Sprite` no longer gets its size from the texture. ([alteredq](http://github.com/alteredq) and [mrdoob](http://github.com/mrdoob))
72
+
* Improved `CSS3DRenderer`. ([mrdoob](http://github.com/mrdoob) and [alteredq](http://github.com/alteredq))
73
+
* Added support for vertex normals in `Ribbon`. ([alteredq](http://github.com/alteredq))
74
+
*`Object3D`'s `.clone()` is now recursive. ([mrdoob](http://github.com/mrdoob))
75
+
* Added support for fog in `Sprite`. ([alteredq](http://github.com/alteredq))
76
+
* Scene format now supports nested lights, cameras and SkinnedMesh, OBJ, VTK, STL, UTF8 and Collada files. ([alteredq](http://github.com/alteredq))
77
+
*`Object3D`'s `.lookAt()` now working when using quaternions. ([motin](http://github.com/motin))
78
+
* Added touch support to `TrackballControls`. ([mrdoob](http://github.com/mrdoob))
79
+
* Object sorting in `WebGLRenderer` is now stable, regardless of browser implementation. ([alteredq](http://github.com/alteredq))
80
+
*`MeshPhongMaterial`'s `perPixel` is not `true` by default. ([alteredq](http://github.com/alteredq))
* Added `.setContextStyle` to `Color`. ([greyscales](http://github.com/greyscales))
83
+
* Corrected normal matrix calculations. ([WestLangley](http://github.com/WestLangley))
84
+
* Added area weighted vertex normals computation to `Geometry`. ([alteredq](http://github.com/alteredq))
85
+
* Moved geometry.materials to `MeshFaceMaterial`. ([gero3](http://github.com/gero3), [alteredq](http://github.com/alteredq) and [mrdoob](http://github.com/mrdoob))
86
+
* Removed `materials` and `sides` from `CubeGeometry`. ([mrdoob](http://github.com/mrdoob))
87
+
* Move `GeometryUtils`'s `.clone()` to `Geometry`. ([mrdoob](http://github.com/mrdoob))
0 commit comments