Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
The A3DSTriFace class represents a triangle in a 3DS file. More...
#include <io3DS.hpp>
Public Member Functions | |
A3DSTriFace () | |
Public Attributes | |
unsigned short | mA |
unsigned short | mB |
unsigned short | mC |
unsigned short | mFlags |
unsigned int | mSmoothingGroup |
int | mMaterialIndex |
The A3DSTriFace class represents a triangle in a 3DS file.
unsigned short vl::A3DSTriFace::mA |
unsigned short vl::A3DSTriFace::mB |
unsigned short vl::A3DSTriFace::mC |
unsigned short vl::A3DSTriFace::mFlags |
unsigned int vl::A3DSTriFace::mSmoothingGroup |