Explorar el Código

Three.TSL: Remove `cubeToUV`

sunag hace 4 meses
padre
commit
7396fc8fbc
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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号