#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 vector& ver) |
void | AddNormal (const vector& nor) |
void | AddTexCoord (const vector& 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|