Base class for procedural geometry.
In a standard geometry (KFbxGeometry, KFbxGeometryBase), control points, normals, possibly polygons (KFbxMesh) and other specifications are described. A procedural geometry contains minimal information to be created on-the-fly.
Definition at line 54 of file kfbxproceduralgeometry.h.
#include <kfbxproceduralgeometry.h>

Protected Member Functions |
|
| KFbxProceduralGeometry (KFbxSdkManager &pManager, char const *pName) | |
| Constructor. |
|
| KFbxProceduralGeometry | ( | KFbxSdkManager & | pManager, |
| char const * | pName | ||
| ) | [protected] |
Constructor.
| pManager | SDK object manager. |
| pName | Object name. |