Skip to content

Commit

Permalink
Including @alteredq's post-release normal map improvements into r45.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Oct 6, 2011
1 parent 88d54b0 commit fdf6fab
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ This code creates a camera, then creates a scene, adds a cube on it, creates a &

### Change Log ###

2011 10 06 - **r45** (340.081 KB, gzip: 86.401 KB)
2011 10 06 - **r45** (340.607 KB, gzip: 86.462 KB)

* `Object/Scene.add*()` and `Object/Scene.remove*()` are now `Object/Scene.add()` and `Object/Scene.remove()`. ([mrdoob](http://github.com/mrdoob))
* `LOD.add()` is now `LOD.addLevel()`. ([mrdoob](http://github.com/mrdoob))
Expand Down Expand Up @@ -169,7 +169,7 @@ This code creates a camera, then creates a scene, adds a cube on it, creates a &
* Added `SubdivisionModifier`. ([zz85](http://github.com/zz85))
* `Projector`'s `unprojectVector()` now also works with `OrthographicCamera`. ([jsermeno](http://github.com/jsermeno))
* Added `.setLens()` method to `PerspectiveCamera`. ([zz85](http://github.com/zz85))
* Added Shadow Maps and `Texture`'s `.offset` and `.repeat` support to Normal Map shader. ([alteredq](http://github.com/alteredq))
* Added Shadow Maps, `Texture`'s `.offset` and `.repeat` and reflections support to Normal Map shader. ([alteredq](http://github.com/alteredq))


2011 09 04 - **r44** (330.356 KB, gzip: 84.039 KB)
Expand Down
2 changes: 1 addition & 1 deletion REVISION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
46dev
45
12 changes: 6 additions & 6 deletions build/Three.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions build/custom/ThreeCanvas.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build/custom/ThreeDOM.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fdf6fab

Please sign in to comment.