KudanAR - Android
ARBone Class Reference

Public Member Functions

Matrix4f getOffsetMatrix ()
 
int getNodeID ()
 
ARNode getNode ()
 
void setNode (ARNode node)
 

Detailed Description

A class representing a model bone used in model animation.

Member Function Documentation

ARNode getNode ( )
inline

The node attached to ARBone.

Returns
ARNode ARNode attached to ARBone.
int getNodeID ( )
inline

Returns the ARBone's id.

Returns
int ARBone id.
Matrix4f getOffsetMatrix ( )
inline

Returns the ARBone's offset matrix. This is the bone's transformation from its initial pose.

Returns
Matrix4f ARBone's offset matrix.
void setNode ( ARNode  node)
inline

Attaches an ARBone to a node.

Parameters
nodeARNode attached to ARBone.

The documentation for this class was generated from the following file: