
#include <renderglobj.h>
Public Methods | |
| mslGLFace () | |
| ~mslGLFace () | |
| void | AddVertex (const mslGLVertex &ver) |
| void | AddNormal (const mslGLNormal &nor) |
| void | AddTexCoord (const mslGLTexCoord &tex) |
| void | AddVertex (const MSLVector &ver) |
| void | AddNormal (const MSLVector &nor) |
| void | AddTexCoord (const MSLVector &tex) |
| void | Clear () |
| void | PrintVertex () |
| void | DrawFace () |
Public Attributes | |
| int | NumberOfPoint |
| int | NumberOfNormal |
| int | NumberOfTexCoord |
| mslGLVertex * | VerticeCoord |
| mslGLNormal * | NormalCoord |
| mslGLTexCoord * | TextureCoord |
| int | NormalOn |
| int | TextureOn |
| int | ColorOn |
| int | MaterialID |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|