Skip to content

Commit 1febde3

Browse files
committed
Updated README.
Because the gl.finish and the computeCentroids not being enable I though the r41 should include these fixes too, hope this doesn't mess up things.
1 parent b560dff commit 1febde3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,14 +141,18 @@ This code creates a camera, then creates a scene, adds a cube on it, creates a &
141141

142142
### Change Log ###
143143

144-
2011 05 21 - **r41/ROME** (264.801 KB, gzip: 64.599 KB)
144+
2011 05 31 - **r41/ROME** (264.852 KB, gzip: 64.849 KB)
145145

146146
(Up to this point, some [rome](http://ro.me) specific features have managed to get included in the lib. The aim is to clean this up in next revisions.)
147147

148148
* Improved Blender Object and Scene exporters. ([alteredq](http://github.com/alteredq))
149149
* Fixes on WebGL attributes. ([alteredq](http://github.com/alteredq) and [empaempa](http://github.com/empaempa))
150150
* Reduced overall memory footprint. ([mrdoob](http://github.com/mrdoob))
151-
* Added Face4 support to CollisionSystem. ([NINE78](http://github.com/NINE78))
151+
* Added `Face4` support to `CollisionSystem`. ([NINE78](http://github.com/NINE78))
152+
* Added `Particle` support to `Ray`. ([mrdoob](http://github.com/mrdoob) and [jaycrossler](https://github.com/jaycrossler))
153+
* Improved `Ray.intersectObject` performance by checking boundingSphere first. ([mrdoob](http://github.com/mrdoob))
154+
* Added `TrackballCamera. ([egraether](https://github.com/egraether))
155+
* Added `repeat` and `offset` properties to `Texture`. ([mrdoob](http://github.com/mrdoob) and [alteredq](http://github.com/alteredq))
152156

153157

154158
2011 04 24 - **r40** (263.774 KB, gzip: 64.320 KB)

0 commit comments

Comments
 (0)