menu
flame_3d package
documentation
resources.dart
LightingInfo
apply method
apply method
dark_mode
light_mode
apply
method
void
apply
(
Shader
shader
)
Implementation
void apply(Shader shader) { _applyAmbientLight(shader); _applyPointLights(shader); }
flame_3d package
documentation
resources
LightingInfo
apply method
LightingInfo class