menu
three_js_webgl_renderer package
documentation
renderers/index.dart
WebGLRenderer
setScissorTest method
setScissorTest method
dark_mode
light_mode
setScissorTest
method
void
setScissorTest
(
bool
boolean
)
Implementation
void setScissorTest(bool boolean) { (state as WebGLState).setScissorTest(_scissorTest = boolean); }
three_js_webgl_renderer package
documentation
renderers/index
WebGLRenderer
setScissorTest method
WebGLRenderer class