This page has been translated automatically.
Getting Started
Migrating to UNIGINE 2.0
C++ API Migration
UnigineScript
The Language
Core Library
Engine Library
Node-Related Classes
GUI-Related Classes
Plugins Library
High-Level Systems
Samples
Usage Examples
C++ API
API Reference
Integration Samples
Usage Examples
C++ Plugins
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

Unigine::WorldTransformBone Class

This class is used to create bone transforms. It should have ObjectMeshSkinned as a parent. You should specify a bone that will be used for its transformations. For other nodes to move along with these transformations, they should be assigned as WorldTransformBone children.

Unigine::WorldTransformBone Class

Members


static int type ()

WorldTransformBone type.

Return value

WorldTransformBone type identifier.

static Ptr< WorldTransformBone > create (const NodePtr & node)

WorldTransformBone constructor.

Arguments

  • const NodePtr & node - Node smart pointer.

static Ptr< WorldTransformBone > create (const char * name)

WorldTransformBone constructor.

virtual Ptr< Node > getNode () const =0

Returns a node pointer.

Return value

Node pointer.

virtual void setRadius (float radius) =0

Sets the radius for the WorldTransformBone applying (valid only outside the viewing frustum). If the child object, transformed according to the bone animation, gets outside the viewing frustum, but stays in the radius range, the playback of the transformation sequence does not stop.

Arguments

  • float radius - Radius of the sphere in units.

virtual float getRadius () const =0

Returns the radius of the WorldTransformBone applying (valid only outside the viewing frustum). If the child object, transformed according to the bone animation, gets outside the viewing frustum, but stays in the radius range, the playback of the transformation sequence does not stop.

Return value

Radius in units.

virtual void setBoneName (const char * name) =0

Sets the name of the bone to be used for transformation.

Arguments

  • const char * name - The name of the bone.

virtual const char * getBoneName () const =0

Returns the name of the bone used for transformation.

Return value

The name of the bone.
Last update: 2017-07-03
Build: ()