le3d - LightEngine 3D
A straightforward C++ 3D software engine for real-time graphics
|
Represent a rasterizable triangle. More...
#include <trilist.h>
Public Attributes | |
float | xs [4] |
float | ys [4] |
float | zs [4] |
float | us [4] |
float | vs [4] |
float | vd |
LeColor | solidColor |
int | diffuseTexture |
int | flags |
Represent a rasterizable triangle.
int LeTriangle::diffuseTexture |
diffuse texture slot
int LeTriangle::flags |
extra flags
LeColor LeTriangle::solidColor |
solid color
float LeTriangle::us[4] |
u texture coordinate of vertexes
float LeTriangle::vd |
average view distance
float LeTriangle::vs[4] |
v texture coordinate of vertexes
float LeTriangle::xs[4] |
x coordinate of vertexes
float LeTriangle::ys[4] |
y coordinate of vertexes
float LeTriangle::zs[4] |
z coordinate of vertexes