Browse Source

Update TextureCubeUVNode.js

Michael Herzog 5 years ago
parent
commit
b78e8c431c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/jsm/nodes/misc/TextureCubeUVNode.js

+ 0 - 2
examples/jsm/nodes/misc/TextureCubeUVNode.js

@@ -185,8 +185,6 @@ TextureCubeUVNode.prototype.bilinearCubeUV = function ( builder, texture, uv, mi
 	this.colorSpaceBR.fromDecoding( builder.getTextureEncodingFromMap( this.value.value ) );
 	this.colorSpaceBR.input.parse( bilinearCubeUV.build( builder ) + '.br' );
 
-	var f = bilinearCubeUV.build( builder ) + '.f';
-
 	// add a custom context for fix incompatibility with the core
 	// include ColorSpace function only for vertex shader (in fragment shader color space functions is added automatically by core)
 	// this should be removed in the future