Skip to content

Commit

Permalink
Fixed forgotten namespace in PathCamera.
Browse files Browse the repository at this point in the history
  • Loading branch information
alteredq committed Apr 15, 2011
1 parent 3505923 commit f51d3f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/Three.js

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

2 changes: 1 addition & 1 deletion build/custom/ThreeExtras.js

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

2 changes: 1 addition & 1 deletion src/extras/cameras/PathCamera.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ THREE.PathCamera = function ( parameters ) {
parent.addChild( particleObj );

var waypoint,
geo = new Sphere( 1, 16, 8 ),
geo = new THREE.Sphere( 1, 16, 8 ),
mat = new THREE.MeshBasicMaterial( { color: 0x00ff00 } );

for ( i = 0; i < spline.points.length; i++ ) {
Expand Down

0 comments on commit f51d3f4

Please sign in to comment.