diff --git a/src/viewport-three/viewport-host.ts b/src/viewport-three/viewport-host.ts index c1cfc34d..889568b3 100644 --- a/src/viewport-three/viewport-host.ts +++ b/src/viewport-three/viewport-host.ts @@ -135,6 +135,8 @@ export class ViewportHost { private readonly materialTextureCache = new Map(); private currentDocument: SceneDocument | null = null; private currentWorld: WorldSettings | null = null; + private currentAdvancedRenderingSettings: AdvancedRenderingSettings | null = null; + private advancedRenderingComposer: EffectComposer | null = null; private currentSelection: EditorSelection = { kind: "none" };