浏览代码

Fix import paths

Dennis Dervisis 6 年之前
父节点
当前提交
8e92a680e7
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/Materials/Textures/equiRectangularCubeTexture.ts
  2. 1 1
      src/Materials/Textures/hdrCubeTexture.ts

+ 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.