Explorar o código

Remove outdated comment (#24966)

WestLangley %!s(int64=2) %!d(string=hai) anos
pai
achega
727ef10fdf
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  1. 0 4
      src/renderers/webgl/WebGLLights.js

+ 0 - 4
src/renderers/webgl/WebGLLights.js

@@ -333,10 +333,6 @@ function WebGLLights( extensions, capabilities ) {
 
 				const uniforms = cache.get( light );
 
-				// (a) intensity is the total visible light emitted
-				//uniforms.color.copy( color ).multiplyScalar( intensity / ( light.width * light.height * Math.PI ) );
-
-				// (b) intensity is the brightness of the light
 				uniforms.color.copy( color ).multiplyScalar( intensity );
 
 				uniforms.halfWidth.set( light.width * 0.5, 0.0, 0.0 );