Skip to content

Commit bd2f75b

Browse files
committed
Updated r46 with some bugfixes found post release.
1 parent cb960a5 commit bd2f75b

9 files changed

+157
-158
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ This code creates a camera, then creates a scene, adds a cube on it, creates a &
141141

142142
### Change Log ###
143143

144-
2011 11 13 - **r46** (341.109 KB, gzip: 86.845 KB)
144+
2011 11 17 - **r46** (343.383 KB, gzip: 87.468 KB)
145145

146146
* Added reflections to Normal Mapping. ([alteredq](http://github.com/alteredq))
147147
* `Ray` now checks also object children. ([mrdoob](http://github.com/mrdoob))
@@ -161,6 +161,7 @@ This code creates a camera, then creates a scene, adds a cube on it, creates a &
161161
* Improved `CubeGeometry`, `PlaneGeometry`, `IcosahedronGeometry` and `SphereGeometry`. ([mrdoob](http://github.com/mrdoob))
162162
* Improvements to `Curve`. ([zz85](http://github.com/zz85))
163163
* Removed `Collisions` code and focusing on `Ray`. ([mrdoob](http://github.com/mrdoob))
164+
* Added `cloneObject()` method to `SceneUtils`. ([alteredq](http://github.com/alteredq))
164165

165166

166167
2011 10 06 - **r45** (340.863 KB, gzip: 86.568 KB)

REVISION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
47dev
1+
46

build/Three.js

+95-95
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/custom/ThreeCanvas.js

+15-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/custom/ThreeDOM.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)