Maven module :un.storage : model3d-mmd :
Class : un.storage.model3d.mmd.vmd.VMDBoneFrame
Extends/Implements : un.storage.model3d.mmd.vmd.Comparable
Subclasses : -

This is a bone/joint frame.
boneName : name of the bone to move.
frameNumber : time when to apply it ( 100.0/3 of second)
position : bone local position . do not apply when 0,0,0
rotation : bone rotation. do not apply when 0,0,0,0
author  Johann Sorel


Variables : boneName, frameNumber, position_3f, rotation_4f, interpolation_16f
Functions : getTime, read, toString, compareTo


public Chars boneName

public int frameNumber

public Vector position_3f



public Quaternion rotation_4f



public float[] interpolation_16f



Get the bone frame time in millisecond.
return  time offset from animation start in millisecond.
public int getTime ()

public void read (DataInputStream ds)

public String toString ()

public int compareTo (VMDBoneFrame t)