menu
three_js_core package
documentation
renderers/webgl/index.dart
WebGLRenderState
pushLight method
pushLight method
dark_mode
light_mode
pushLight
method
void
pushLight
(
Light
light
)
Implementation
void pushLight(Light light) { lightsArray.add(light); }
three_js_core package
documentation
renderers/webgl/index
WebGLRenderState
pushLight method
WebGLRenderState class