const ColorPass: LC<ColorPassProps>
Color render pass.
Draws all opaque calls, then all transparent calls, then all debug wireframes.
{ light?: LightEnv, }
calls
{
opaque?: Renderable[],
transparent?: Renderable[],
debug?: Renderable[],
}
boolean
boolean
children?
| LiveElement<ArrowFunction>[]
| ReactElementInterop
| DeferredCall<any>
packages / workbench / src / pass / color-pass.ts