#include <scene_light_probe.h>
Public Member Functions | |
| SceneLightProbe () | |
| SceneLightProbe (Scene &scene) | |
| Vec3f | get_color () const |
| Vec3f | get_position () const |
| float | get_radius () const |
| bool | is_null () const |
| void | set_color (const Vec3f &color) |
| void | set_position (const Vec3f &position) |
| void | set_radius (float radius) |