Skip to content

Commit

Permalink
Examples: Updated webgl_lod.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Sep 2, 2020
1 parent 6109c4c commit c9b5020
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Binary file modified examples/screenshots/webgl_lod.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions examples/webgl_lod.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@

var geometry = [

[ new THREE.IcosahedronBufferGeometry( 100, 4 ), 50 ],
[ new THREE.IcosahedronBufferGeometry( 100, 3 ), 300 ],
[ new THREE.IcosahedronBufferGeometry( 100, 2 ), 1000 ],
[ new THREE.IcosahedronBufferGeometry( 100, 1 ), 2000 ],
[ new THREE.IcosahedronBufferGeometry( 100, 0 ), 8000 ]
[ new THREE.IcosahedronBufferGeometry( 100, 16 ), 50 ],
[ new THREE.IcosahedronBufferGeometry( 100, 8 ), 300 ],
[ new THREE.IcosahedronBufferGeometry( 100, 4 ), 1000 ],
[ new THREE.IcosahedronBufferGeometry( 100, 2 ), 2000 ],
[ new THREE.IcosahedronBufferGeometry( 100, 1 ), 8000 ]

];

Expand Down

0 comments on commit c9b5020

Please sign in to comment.