#include <skin.h>
Inheritance diagram for Skin:
Public Member Functions | |
Skin (int iNumVertices=0, SkinVertex *pkSkinVertices=0, VertexBufferPtr pkVertices=0) | |
virtual | ~Skin () |
void | IncRef () |
void | DecRef () |
int | GetRefCount () const |
Public Attributes | |
int | m_iNumVertices |
SkinVertex * | m_pkSkinVertices |
VertexBufferPtr | m_pkVertices |
|
|
|
Deallocate memory |
|
Increase reference count |
|
Decrease reference count and garbage collect if 0 |
|
|
|
Number of skin vertices |
|
Skin vertex array |
|
Vertex data |