KudanAR - Android  1.6.0
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

◆ getNode()

ARNode ARBone.getNode ( )

The node attached to ARBone.

Returns
ARNode ARNode attached to ARBone.

◆ getNodeID()

int ARBone.getNodeID ( )

Returns the ARBone's id.

Returns
int ARBone id.

◆ getOffsetMatrix()

Matrix4f ARBone.getOffsetMatrix ( )

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

Returns
Matrix4f ARBone's offset matrix.

◆ setNode()

void ARBone.setNode ( ARNode  node)

Attaches an ARBone to a node.

Parameters
nodeARNode attached to ARBone.

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