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 { Texture } from './texture';
 import { Scene } from "../../scene";
 import { Scene } from "../../scene";
 import { Nullable } from "../../types";
 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.
  * 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 { HDRTools } from "../../Misc/HighDynamicRange/hdr";
 import { CubeMapToSphericalPolynomialTools } from "../../Misc/HighDynamicRange/cubemapToSphericalPolynomial";
 import { CubeMapToSphericalPolynomialTools } from "../../Misc/HighDynamicRange/cubemapToSphericalPolynomial";
 import { _TypeStore } from '../../Misc/typeStore';
 import { _TypeStore } from '../../Misc/typeStore';
-import { Tools } from 'Misc/tools';
+import { Tools } from '../../Misc/tools';
 
 
 /**
 /**
  * This represents a texture coming from an HDR input.
  * This represents a texture coming from an HDR input.