nw::gfx::Model::Create Member Function

Syntax

static Model * Create(
     SceneNode * parent,
     ResSceneObject resource,
     const Model::Description & description,
     os::IAllocator * allocator
);
static TransformNode * Create(
     SceneNode * parent,
     ResSceneObject resource,
     const TransformNode::Description & description,
     os::IAllocator * allocator
);
static SceneNode * Create(
     SceneNode * parent,
     ResSceneObject resource,
     const SceneNode::Description & description,
     os::IAllocator * allocator
);

List of Overloaded Member Functions

Create(SceneNode *, ResSceneObject, const Model::Description &, os::IAllocator *) Creates a model.
Create(SceneNode *, ResSceneObject, const TransformNode::Description &, os::IAllocator *) Creates a transform node from a resource.
Create ( SceneNode *, ResSceneObject, const SceneNode::Description &, os::IAllocator * ) Generates a scene node.

Description of Create(SceneNode *, ResSceneObject, const Model::Description &, os::IAllocator *)

Creates a model.

Description of Create(SceneNode *, ResSceneObject, const TransformNode::Description &, os::IAllocator *)

Creates a transform node from a resource.

Description of Create(SceneNode *, ResSceneObject, const SceneNode::Description &, os::IAllocator *)

Generates a scene node.


CONFIDENTIAL