Add advanced rendering settings and composer initialization

This commit is contained in:
2026-04-02 20:51:20 +02:00
parent 7dc200366f
commit afd02bfcec

View File

@@ -135,6 +135,8 @@ export class ViewportHost {
private readonly materialTextureCache = new Map<string, CachedMaterialTexture>();
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"
};