gKit2 light
|
This is the complete list of members for DrawParam, including all inherited members.
alpha_texture(const GLuint t, const float a=0.5f) | DrawParam | inline |
camera(Orbiter &o) | DrawParam | inline |
camera(Orbiter &o, const int width, const int height, const float fov) | DrawParam | inline |
create_debug_normals_program(const GLenum primitives, const bool use_texcoord, const bool use_normal, const bool use_color, const bool use_light, const bool use_alpha_test) (defined in DrawParam) | DrawParam | protected |
create_debug_texcoords_program(const GLenum primitives, const bool use_texcoord, const bool use_normal, const bool use_color, const bool use_light, const bool use_alpha_test) (defined in DrawParam) | DrawParam | protected |
create_program(const GLenum primitives, const bool use_texcoord, const bool use_normal, const bool use_color, const bool use_light, const bool use_alpha_test) | DrawParam | protected |
debug_normals(const float s=1) | DrawParam | inline |
debug_texcoords() | DrawParam | inline |
draw(Mesh &mesh) | DrawParam | |
draw(const TriangleGroup &group, Mesh &mesh) (defined in DrawParam) | DrawParam | |
DrawParam() | DrawParam | inline |
light(const Point &p, const Color &c=White()) | DrawParam | inline |
light() const | DrawParam | inline |
lighting(const bool use_light=true) | DrawParam | inline |
m_alpha_min (defined in DrawParam) | DrawParam | protected |
m_debug_normals (defined in DrawParam) | DrawParam | protected |
m_debug_texcoords (defined in DrawParam) | DrawParam | protected |
m_light (defined in DrawParam) | DrawParam | protected |
m_light_color (defined in DrawParam) | DrawParam | protected |
m_model (defined in DrawParam) | DrawParam | protected |
m_normals_scale (defined in DrawParam) | DrawParam | protected |
m_projection (defined in DrawParam) | DrawParam | protected |
m_texture (defined in DrawParam) | DrawParam | protected |
m_use_alpha_test (defined in DrawParam) | DrawParam | protected |
m_use_light (defined in DrawParam) | DrawParam | protected |
m_use_texture (defined in DrawParam) | DrawParam | protected |
m_view (defined in DrawParam) | DrawParam | protected |
model(const Transform &m) | DrawParam | inline |
projection(const Transform &m) | DrawParam | inline |
texture(const GLuint t) | DrawParam | inline |
view(const Transform &m) | DrawParam | inline |