#include <RenderTiny_Device.h>
Public Member Functions | |
| LightingParams () | |
| void | Set (ShaderSet *s) const |
| void | Update (const Matrix4f &view, const Vector4f *SceneLightPos) |
Public Attributes | |
| Vector4f | Ambient |
| Vector4f | LightColor [8] |
| float | LightCount |
| Vector4f | LightPos [8] |
| int | Version |
Definition at line 373 of file RenderTiny_Device.h.
| OVR::RenderTiny::LightingParams::LightingParams | ( | ) | [inline] |
Definition at line 381 of file RenderTiny_Device.h.
| void OVR::RenderTiny::LightingParams::Set | ( | ShaderSet * | s | ) | const [inline] |
Definition at line 393 of file RenderTiny_Device.h.
| void OVR::RenderTiny::LightingParams::Update | ( | const Matrix4f & | view, |
| const Vector4f * | SceneLightPos | ||
| ) | [inline] |
Definition at line 384 of file RenderTiny_Device.h.
Definition at line 375 of file RenderTiny_Device.h.
Definition at line 377 of file RenderTiny_Device.h.
Definition at line 378 of file RenderTiny_Device.h.
Definition at line 376 of file RenderTiny_Device.h.
Definition at line 379 of file RenderTiny_Device.h.