Documentation / scene / SceneRenderOptions
Interface: SceneRenderOptions
Defined in: libs/scene/src/render/rendergraph/scene_render_context.ts:79
Scene render options. Omitted or null clear values preserve the target.
Properties
camera?
optionalcamera?:Camera
Defined in: libs/scene/src/render/rendergraph/scene_render_context.ts:81
Camera whose uniforms drive the render. Defaults to the frame's ctx.camera.
clearColor?
optionalclearColor?:Vector4
Defined in: libs/scene/src/render/rendergraph/scene_render_context.ts:83
Color clear value. Omit or pass null to skip the color clear.
clearDepth?
optionalclearDepth?:number
Defined in: libs/scene/src/render/rendergraph/scene_render_context.ts:85
Depth clear value. Omit or pass null to skip the depth clear.
clearStencil?
optionalclearStencil?:number
Defined in: libs/scene/src/render/rendergraph/scene_render_context.ts:87
Stencil clear value. Omit or pass null to skip the stencil clear.