File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/dev/core/src/Materials/PBR Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import { Scene } from "../../scene";
6
6
import { Color3 , Color4 } from "../../Maths/math.color" ;
7
7
import { ImageProcessingConfiguration } from "../imageProcessingConfiguration" ;
8
8
import type { BaseTexture } from "../../Materials/Textures/baseTexture" ;
9
+ import { Texture } from "../../Materials/Textures/texture" ;
9
10
import { PBRBaseMaterial } from "./pbrBaseMaterial" ;
10
11
import { RegisterClass } from "../../Misc/typeStore" ;
11
12
import { Material } from "../material" ;
@@ -63,7 +64,6 @@ import { PushMaterial } from "../pushMaterial";
63
64
import { SmartArray } from "../../Misc/smartArray" ;
64
65
import type { RenderTargetTexture } from "../Textures/renderTargetTexture" ;
65
66
import type { IAnimatable } from "../../Animations/animatable.interface" ;
66
- import { Texture } from "../Textures" ;
67
67
68
68
const onCreatedEffectParameters = { effect : null as unknown as Effect , subMesh : null as unknown as Nullable < SubMesh > } ;
69
69
You can’t perform that action at this time.
0 commit comments