3#ifndef TRAM_SDK_RENDER_LIGHT_H
4#define TRAM_SDK_RENDER_LIGHT_H
41 std::vector<std::pair<uint32_t, uint32_t>>
edges;
LightGraph resource.
Definition: light.h:15
std::vector< std::pair< uint32_t, uint32_t > > edges
Definition: light.h:41
std::vector< std::pair< uint32_t, vec3 > > GetEnvironmentProbes()
Definition: light.cpp:45
static Material * LookupEnvironmentMap(vec3 position)
Definition: light.cpp:51
LightGraph(name_t name)
Definition: light.h:17
static LightGraph * Find(name_t name)
Definition: light.cpp:149
static bool ContainsEntity(id_t entity)
Definition: light.cpp:36
std::vector< id_t > entities
Definition: light.h:39
void Unload()
Definition: light.h:22
void LoadFromDisk()
Definition: light.cpp:160
static SphericalHarmonic LookupHarmonic(vec3 position, uint32_t layers)
Definition: light.cpp:70
std::vector< Node > nodes
Definition: light.h:40
void LoadFromMemory()
Definition: light.h:20
Material resource.
Definition: material.h:31
Definition: resource.h:11
name_t name
Definition: resource.h:37
High-level Render system API.
Definition: gui.h:8
uint32_t id_t
Definition: core.h:10
glm::vec3 vec3
Definition: math.h:11
bool has_reflection
Definition: light.h:34
bool has_light
Definition: light.h:33
std::vector< SphericalHarmonic > constants
Definition: light.h:36
vec3 position
Definition: light.h:32
Material * environment_map
Definition: light.h:35
Interned string type.
Definition: uid.h:10