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
<ahref="http://xplsv.com/prods/demos/xplsv_orsotheysay/"><imgsrc="http://mrdoob.github.com/three.js/assets/projects/07_orsotheysay.png"width="104"height="78"alt="Or so they say..."></a>
@@ -121,7 +123,7 @@ This code creates a camera, then creates a scene, adds a cube on it, creates a &
121
123
122
124
functionanimate() {
123
125
124
-
// note: three.js enables requestAnimationFrame()
126
+
// note: three.js includes requestAnimationFrame shim
125
127
requestAnimationFrame( animate );
126
128
render();
127
129
@@ -141,6 +143,39 @@ This code creates a camera, then creates a scene, adds a cube on it, creates a &
*`ColladaLoader` improvements. ([ekitson](http://github.com/ekitson), [jterrace](http://github.com/jterrace), [mrdoob](http://github.com/mrdoob) and [alteredq](http://github.com/alteredq))
154
+
* Lights in a hierarchy are now supported when using `WebGLRenderer`. ([alteredq](http://github.com/alteredq))
155
+
* Included requestAnimationFrame shim in the lib. ([mrdoob](http://github.com/mrdoob))
156
+
* Started documentation effort in `/doc` (using sphinx). ([jterrace](http://github.com/jterrace))
157
+
* Changed default shader precission to `mediump`. ([mrdoob](http://github.com/mrdoob))
158
+
* Added support for the format [OpenCTM](http://openctm.sourceforge.net/). ([alteredq](http://github.com/alteredq))
159
+
* Added `BufferGeometry` for direct rendering from typed arrays. ([alteredq](http://github.com/alteredq))
160
+
* Extended `Texture` class with `format` and `type` parameters. ([alteredq](http://github.com/alteredq))
161
+
* Autoscale texture to max size of WebGL hardware. ([greggman](http://github.com/greggman) and [alteredq](http://github.com/alteredq))
* Checking for `xhr.overrideMimeType` before using it (fixing IE support). ([mrdoob](http://github.com/mrdoob) and [alteredq](http://github.com/alteredq))
164
+
* Improved ATI and ANGLE support in across `WebGLRenderer` shaders. ([alteredq](http://github.com/alteredq))
165
+
* Added `generateMipmaps` property to `Texture` and `RenderTarget`. ([alteredq](http://github.com/alteredq))
166
+
*`Frustum` properly handling children with scaled parents. ([avinoamr](http://github.com/avinoamr))
167
+
* Fixed `Ray` when dealing with big polygons. ([WestLangley](http://github.com/WestLangley))
168
+
* Fixed `WebGLRenderer` bug where depth buffer was not cleared. ([ekitson](http://github.com/ekitson))
169
+
* Added `CameraHelper` objects for visualising both Perspective and Orthographic cameras. ([alteredq](http://github.com/alteredq))
170
+
* Improvements to `Path`. ([zz85](http://github.com/zz85))
171
+
* Improvements to Postprocessing stack. ([alteredq](http://github.com/alteredq))
172
+
* Added shadows for `DirectionalLight`s. ([alteredq](http://github.com/alteredq))
0 commit comments