#include <ac3dsurface.h>
Public Member Functions | |
| AC3DSurface (stringstream &data) | |
| const unsigned int | GetMat () const |
| const vector< Ref > & | GetVRef () const |
| void | Parse (stringstream &data) |
| string | ToStr () const |
Private Attributes | |
| uint | uiAttribute |
| SURFACE_TYPE | type |
| bool | bShaded |
| bool | bTwoSide |
| uint | uiMat |
| Index of the material used. | |
| uint | uiNumRef |
| Number of references. | |
| vector< Ref > | vRef |
| Table of references. | |
Definition at line 59 of file ac3dsurface.h.
|
|
Definition at line 58 of file ac3dsurface.cpp. References uiMat. |
|
|
Definition at line 66 of file ac3dsurface.cpp. References vRef. |
1.4.2