#include <Render_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 417 of file Render_Device.h.
| OVR::Render::LightingParams::LightingParams | ( | ) | [inline] |
Definition at line 425 of file Render_Device.h.
| void OVR::Render::LightingParams::Set | ( | ShaderSet * | s | ) | const |
Definition at line 511 of file Render_Device.cpp.
| void OVR::Render::LightingParams::Update | ( | const Matrix4f & | view, |
| const Vector4f * | SceneLightPos | ||
| ) |
Definition at line 55 of file Render_Device.cpp.
Definition at line 419 of file Render_Device.h.
Definition at line 421 of file Render_Device.h.
Definition at line 422 of file Render_Device.h.
Definition at line 420 of file Render_Device.h.
Definition at line 423 of file Render_Device.h.