Skip to content

Commit

Permalink
Moved RequestAnimationFrame.js code right into src/Three.js.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Nov 29, 2011
1 parent befc98a commit 5697084
Show file tree
Hide file tree
Showing 136 changed files with 288 additions and 189 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ This code creates a camera, then creates a scene, adds a cube on it, creates a &
function animate() {
// Include examples/js/RequestAnimationFrame.js for cross-browser compatibility.
// note: three.js enables requestAnimationFrame()
requestAnimationFrame( animate );
render();
Expand Down
19 changes: 10 additions & 9 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 5697084

Please sign in to comment.