EditWorld::SetAmbientLight
This method sets the ambient light level for the world.
Syntax
- void SetAmbientLight(const float r, const float g, const float b)
- void SetAmbientLight(const Vec3& ambientlight)
Parameter |
Description |
ambientlight, (r, g, b) |
ambient light level |