Functions for setting and getting data common to all tessellation entities. More...
Data Structures | |
struct | A3DTessBaseData |
Structure for defining tessellation base data. More... | |
Functions | |
A3DStatus | A3DTessBaseGet (const A3DTessBase *pTessBase, A3DTessBaseData *pData) |
Populates the A3DTessBaseData structure. More... | |
A3DStatus | A3DTessBaseSet (A3DTessBase *pTessBase, const A3DTessBaseData *pData) |
Function to set the tessellation base from the A3DTessBaseData structure. More... | |
Functions for setting and getting data common to all tessellation entities.
Entity type is kA3DTypeTessBase.
A3DStatus A3DTessBaseGet | ( | const A3DTessBase * | pTessBase, |
A3DTessBaseData * | pData | ||
) |
Populates the A3DTessBaseData structure.
A3DStatus A3DTessBaseSet | ( | A3DTessBase * | pTessBase, |
const A3DTessBaseData * | pData | ||
) |
Function to set the tessellation base from the A3DTessBaseData structure.