auto-git:
[change] src/viewport-three/viewport-host.ts
This commit is contained in:
@@ -478,6 +478,7 @@ export class ViewportHost {
|
||||
private readonly ambientLight = new AmbientLight();
|
||||
private readonly sunLight = new DirectionalLight();
|
||||
private readonly localLightGroup = new Group();
|
||||
private readonly lightVolumeGroup = new Group();
|
||||
private readonly brushGroup = new Group();
|
||||
private readonly terrainGroup = new Group();
|
||||
private readonly terrainBrushPreviewGroup = new Group();
|
||||
@@ -514,6 +515,10 @@ export class ViewportHost {
|
||||
string,
|
||||
LocalLightRenderObjects
|
||||
>();
|
||||
private readonly lightVolumeRenderObjects = new Map<
|
||||
string,
|
||||
LightVolumeRenderObjects
|
||||
>();
|
||||
private readonly modelRenderObjects = new Map<string, Group>();
|
||||
private readonly materialTextureCache = new Map<
|
||||
string,
|
||||
|
||||
Reference in New Issue
Block a user