Tramway SDK v0.1.1
|
#include <light.h>
Public Attributes | |
vec3 | position |
bool | has_light = false |
bool | has_reflection = false |
Material * | environment_map = nullptr |
std::vector< SphericalHarmonic > | constants |
std::vector<SphericalHarmonic> tram::Render::LightGraph::Node::constants |
Material* tram::Render::LightGraph::Node::environment_map = nullptr |
bool tram::Render::LightGraph::Node::has_light = false |
bool tram::Render::LightGraph::Node::has_reflection = false |
vec3 tram::Render::LightGraph::Node::position |