Tessellation Base
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... | |
Detailed Description
Functions for setting and getting data common to all tessellation entities.
Entity type is kA3DTypeTessBase.
Function Documentation
| A3DStatus A3DTessBaseGet | ( | const A3DTessBase * | pTessBase, |
| A3DTessBaseData * | pData | ||
| ) |
Populates the A3DTessBaseData structure.
- Version
- 2.0
| A3DStatus A3DTessBaseSet | ( | A3DTessBase * | pTessBase, |
| const A3DTessBaseData * | pData | ||
| ) |
Function to set the tessellation base from the A3DTessBaseData structure.
- Version
- 2.0
