Optional
autoWhether to auto clear render targets. Default is true.
Optional
depthWhether the main render targets should have a depth buffer. Default is true.
Optional
enableWhether to enable the normal pass. Default is true.
Optional
frameThe type of the internal frame buffers. It's recommended to use HalfFloatType if possible.
Optional
multisamplingThe number of samples used for multisample antialiasing. Requires WebGL 2. Default is 0.
Optional
resolutionThe normal pass downsampling resolution scale.
Optional
stencilWhether the main render targets should have a stencil buffer. Default is false.
Effect renderer options
Export
EffectRendererOptions
Date
2024.1.8
Author
yisky