menu
three_js_objects package
documentation
planet_generator/atmosphere.dart
Atmosphere
update method
update method
dark_mode
light_mode
update
method
void
update
(
double
dt
)
Implementation
void update(double dt){ material?.uniforms['time']['value'] += dt; }
three_js_objects package
documentation
planet_generator/atmosphere
Atmosphere
update method
Atmosphere class