This reference page is linked to from the following overview topics: Main Physique Export API Elements, Accessing Physique Vertex Assignments, Using the Physique Export Interface.
#include <Phyexp.h>
Public Member Functions |
|
virtual PHYExport | ~IPhyVertexExport () |
virtual PHYExport int | GetVertexType ()=0 |
virtual PHYExport INT_PTR | Execute (int cmd, ULONG_PTR arg1=0, ULONG_PTR arg2=0, ULONG_PTR arg3=0)=0 |
virtual PHYExport ~IPhyVertexExport | ( | ) | [inline, virtual] |
{}
virtual PHYExport int GetVertexType | ( | ) | [pure virtual] |
virtual PHYExport INT_PTR Execute | ( | int | cmd, |
ULONG_PTR | arg1 = 0 , |
||
ULONG_PTR | arg2 = 0 , |
||
ULONG_PTR | arg3 = 0 |
||
) | [pure virtual] |
Implemented in IPhyRigidVertex, IPhyBlendedRigidVertex, IPhyDeformableOffsetVertex, and IPhyFloatingVertex.