|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.j3d.loaders.discreet.TrackData
org.j3d.loaders.discreet.MorphData
public class MorphData
A single set of morph target data from the keyframe tracking.
Rolls are described as a single angle
The data represented is
struct {
short framenum
int unknown
cstr obj_name
}
For this implementation, the unknown values are ignored and not stored.
| Field Summary | |
|---|---|
java.lang.String |
objectName
The name of the object that needs to be morphed |
| Fields inherited from class org.j3d.loaders.discreet.TrackData |
|---|
frameNumber, splineData, splineFlags |
| Constructor Summary | |
|---|---|
MorphData()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String objectName
| Constructor Detail |
|---|
public MorphData()
|
j3d.org Code | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||