menu
openworld package
documentation
three_dart/three3d/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); }
openworld package
documentation
three_dart/three3d/renderers/webgl/index
WebGLRenderState
pushLight method
WebGLRenderState class