AmbientLight

From Crumbled World Wiki

AmbientLightLightExampleCode

Inheritance

SceneNode

Static functions

return function description
AmbientLight new(Vec3 color) Create a new Instance of the the AmbientLight

Functions

return function description
Vec3 getColor() Get the color of the light.
setColor(Vec3 color) Set the color of the light.