Skip to content

Commit

Permalink
Merge pull request #11228 from morz/patch-1
Browse files Browse the repository at this point in the history
Update LOD.html
  • Loading branch information
mrdoob authored Apr 24, 2017
2 parents e49c8ad + b584de1 commit e90c196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/objects/LOD.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h2>Example</h2>

var geometry = new THREE.IcosahedronBufferGeometry( 10, 3 - i )

new THREE.Mesh( geometry, material );
var mesh = new THREE.Mesh( geometry, material );

lod.addLevel( mesh, i * 75 );

Expand Down

0 comments on commit e90c196

Please sign in to comment.