#include <FCDEntityInstance.h>
Static Public Member Functions | |
| static FCDEntityInstance * | CreateInstance (FCDocument *document, FCDSceneNode *parent, FCDEntity::Type type) |
| Creates a new COLLADA instance, given a entity type. | |
| static FCDEntityInstance * | CreateInstance (FCDocument *document, FCDSceneNode *parent, FCDEntity *entity) |
| Creates a new COLLADA instance of a given entity. | |
Creates the correct instance object for a given entity type/XML tree node. To create new instances, use the FCDSceneNode::AddInstance function.
|
||||||||||||||||
|
Creates a new COLLADA instance of a given entity.
|
|
||||||||||||||||
|
Creates a new COLLADA instance, given a entity type.
|
1.4.6-NO