Browse Source

Update webgl_buffergeometry_uint.html

Michael Herzog 2 years ago
parent
commit
7c764c2cf6
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/webgl_buffergeometry_uint.html

+ 0 - 2
examples/webgl_buffergeometry_uint.html

@@ -56,8 +56,6 @@
 
 				scene.add( new THREE.AmbientLight( 0x8d8d8d ) );
 
-				console.log( new THREE.Color( 0xaaaaaa ).convertLinearToSRGB().getHexString() );
-
 				const light1 = new THREE.DirectionalLight( 0xffffff, 0.5 );
 				light1.position.set( 1, 1, 1 );
 				scene.add( light1 );