Explorar o código

Examples: Clean up. (#27267)

林炳权 hai 1 ano
pai
achega
66631951ab
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      examples/webgl_buffergeometry_lines_indexed.html

+ 0 - 2
examples/webgl_buffergeometry_lines_indexed.html

@@ -61,8 +61,6 @@
 
 				function add_vertex( v ) {
 
-					if ( next_positions_index == 0xffff ) console.error( 'Too many points.' );
-
 					positions.push( v.x, v.y, v.z );
 					colors.push( Math.random() * 0.5 + 0.5, Math.random() * 0.5 + 0.5, 1 );