le3d - LightEngine 3D
A straightforward C++ 3D software engine for real-time graphics
Public Attributes | List of all members
LeTriangle Class Reference

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
 

Detailed Description

Represent a rasterizable triangle.

Member Data Documentation

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


The documentation for this class was generated from the following file: