浏览代码

Update TextureCubeUVNode.js

Michael Herzog 5 年之前
父节点
当前提交
b78e8c431c
共有 1 个文件被更改,包括 0 次插入2 次删除
  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