nw::gfx::SkeletalModel::Builder::Create Member Function

Syntax

SkeletalModel * Create(
     SceneNode * parent,
     ResSceneObject resource,
     os::IAllocator * allocator
);

Arguments

Name Description
in parent Parent node.
in resource Resource.
in allocator Allocator.

Return Values

Returns the created skeletal model.

Description

Creates a skeletal model.

It is not attached to the parent node if NULL is specified in parent.


CONFIDENTIAL