menu
three_dart package
documentation
three3d/renderers/web_gl_renderer.dart
WebGLRenderer
setScissorTest method
setScissorTest method
dark_mode
light_mode
setScissorTest
method
void
setScissorTest
(
bool
boolean
)
Implementation
void setScissorTest(bool boolean) { state.setScissorTest(_scissorTest = boolean); }
three_dart package
documentation
three3d/renderers/web_gl_renderer
WebGLRenderer
setScissorTest method
WebGLRenderer class