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

This is a skin (face vertex animation) frame.
name : name of the skin to use
frameNumber : time when to apply it (in 100.0/3 of second)
factor : global scale to apply to the vertices
author  Johann Sorel


Variables : name, frameNumber, factor
Functions : getTime, read, toString


public Chars name

public long frameNumber

public float factor



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

public void read (DataInputStream ds)

public String toString ()