Phongo Clap RT
1.0
Simple Raytracing Renderer
|
This is the complete list of members for geo::Plane, including all inherited members.
getColour() | geo::Plane | virtual |
getColour(ngl::Vec3 &_isect) | geo::Plane | virtual |
getIntersection(geo::Ray &_ray) | geo::Plane | virtual |
getMaterial() | geo::Shape | inline |
getNormalAt(ngl::Vec3 _p) | geo::Plane | virtual |
getType() | geo::Shape | inline |
hasReflection(float _refl_intensity, float _diffuse_intensity) | geo::Shape | inline |
hasRefraction(float _ior, float _transparency, float _diffuse_intensity) | geo::Shape | inline |
m_colour | geo::Shape | protected |
m_distance | geo::Plane | private |
m_material | geo::Shape | protected |
m_n | geo::Plane | private |
m_type | geo::Shape | protected |
Plane() | geo::Plane | |
Plane(float _distance, ngl::Vec3 _n, ngl::Colour _c) | geo::Plane | |
Plane(float _distance, ngl::Vec3 _n, ngl::Colour _c1, ngl::Colour _c2) | geo::Plane | |
Shape() | geo::Shape | inline |
~Plane() | geo::Plane | |
~Shape() | geo::Shape | inline |