(enabled: boolean)
| 178 | } |
| 179 | |
| 180 | public set_fog_enabled (enabled: boolean): void { |
| 181 | this.scene_environment.set_fog_enabled(enabled) |
| 182 | } |
| 183 | |
| 184 | public enable_orbit_controls (enabled: boolean): void { |
| 185 | this.scene_environment.enable_orbit_controls(enabled) |
nothing calls this directly
no outgoing calls
no test coverage detected