Information about the triangle strips.
#include <StripInfo.h>
Public Types |
|
| enum |
StripType { Line, LineLoop, Triangle, TriStrip, TriFan, QuadStrip } |
Public Member Functions |
|
| StripInfo () | |
| StripInfo (StripType type, int start, int size) | |
Public Attributes |
|
| StripType | stripType |
| int | stripStart |
| int | stripSize |
| enum StripType |
| StripInfo | ( | ) |