#include <visualprimitives.h>
Represents a single triangle that can be rendered by a class that derives from IVisualGeometry.
Examples: Public Attributes | |
| Vec3f | A |
| Vec3f | B |
| Vec3f | C |
| VisualColor | m_color |
| Vec3f | m_normal |
| Vec3f Kaim::VisualTriangle::A |
The first point in the triangle.
| Vec3f Kaim::VisualTriangle::B |
The second point in the triangle.
| Vec3f Kaim::VisualTriangle::C |
The third point in the triangle.
| VisualColor Kaim::VisualTriangle::m_color |
The color that should be used to render the triangle.
| Vec3f Kaim::VisualTriangle::m_normal |
The normal of the front face of the triangle.