Browse Source

Three.TSL: Remove `cubeToUV`

sunag 4 months ago
parent
commit
7396fc8fbc
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Three.TSL.js

+ 0 - 1
src/Three.TSL.js

@@ -145,7 +145,6 @@ export const cos = TSL.cos;
 export const cross = TSL.cross;
 export const cubeTexture = TSL.cubeTexture;
 export const cubeTextureBase = TSL.cubeTextureBase;
-export const cubeToUV = TSL.cubeToUV;
 export const dFdx = TSL.dFdx;
 export const dFdy = TSL.dFdy;
 export const dashSize = TSL.dashSize;

粤ICP备19079148号