Projects decals onto the scene.
More...
#include <components/decal.h>
◆ DecalComponent()
tram::DecalComponent::DecalComponent |
( |
| ) |
|
|
inline |
◆ ~DecalComponent()
tram::DecalComponent::~DecalComponent |
( |
| ) |
|
◆ EventHandler()
void tram::DecalComponent::EventHandler |
( |
Event & |
event | ) |
|
|
inlinevirtual |
◆ GetSprite()
name_t tram::DecalComponent::GetSprite |
( |
| ) |
|
|
inline |
◆ SetFrame()
void tram::DecalComponent::SetFrame |
( |
uint32_t |
frame | ) |
|
|
inline |
◆ SetLocation()
void tram::DecalComponent::SetLocation |
( |
vec3 |
location | ) |
|
|
inline |
◆ SetRotation()
void tram::DecalComponent::SetRotation |
( |
quat |
rotation | ) |
|
|
inline |
◆ SetScale()
void tram::DecalComponent::SetScale |
( |
float |
scale | ) |
|
|
inline |
◆ SetSprite()
◆ Start()
void tram::DecalComponent::Start |
( |
| ) |
|
|
virtual |
◆ Update()
void tram::DecalComponent::Update |
( |
| ) |
|
◆ UpdateRenderListObject()
void tram::DecalComponent::UpdateRenderListObject |
( |
| ) |
|
◆ draw_list_entry
◆ frame
uint32_t tram::DecalComponent::frame = 0 |
|
protected |
◆ location
vec3 tram::DecalComponent::location = {0.0f, 0.0f, 0.0f} |
|
protected |
◆ rotation
quat tram::DecalComponent::rotation = {1.0f, 0.0f, 0.0f, 0.0f} |
|
protected |
◆ scale
float tram::DecalComponent::scale = 1.0f |
|
protected |
◆ sprite
◆ vertex_array
The documentation for this class was generated from the following files:
- C:/Users/Poga/Desktop/painis/tram-sdk/src/components/decal.h
- C:/Users/Poga/Desktop/painis/tram-sdk/src/components/decal.cpp