Browse Source

Fix import paths

Dennis Dervisis 6 năm trước cách đây
mục cha
commit
8e92a680e7

+ 1 - 1
src/Materials/Textures/equiRectangularCubeTexture.ts

@@ -4,7 +4,7 @@ import { BaseTexture } from './baseTexture';
 import { Texture } from './texture';
 import { Scene } from "../../scene";
 import { Nullable } from "../../types";
-import { Tools } from 'Misc/tools';
+import { Tools } from '../../Misc/tools';
 
 /**
  * This represents a texture coming from an equirectangular image supported by the web browser canvas.

+ 1 - 1
src/Materials/Textures/hdrCubeTexture.ts

@@ -10,7 +10,7 @@ import { _DepthCullingState, _StencilState, _AlphaState } from "../../States/ind
 import { HDRTools } from "../../Misc/HighDynamicRange/hdr";
 import { CubeMapToSphericalPolynomialTools } from "../../Misc/HighDynamicRange/cubemapToSphericalPolynomial";
 import { _TypeStore } from '../../Misc/typeStore';
-import { Tools } from 'Misc/tools';
+import { Tools } from '../../Misc/tools';
 
 /**
  * This represents a texture coming from an HDR input.