|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CalCoreTrack | |
|---|---|
| org.jagatoo.loaders.models.cal3d.core | |
| Uses of CalCoreTrack in org.jagatoo.loaders.models.cal3d.core |
|---|
| Fields in org.jagatoo.loaders.models.cal3d.core with type parameters of type CalCoreTrack | |
|---|---|
protected java.util.List<CalCoreTrack> |
CalCoreAnimation.listCoreTrack
|
| Methods in org.jagatoo.loaders.models.cal3d.core that return CalCoreTrack | |
|---|---|
CalCoreTrack |
CalCoreAnimation.getCoreTrack(int coreBoneId)
Provides access to a core track. |
protected static CalCoreTrack |
CalLoader.loadCoreTrack(java.io.DataInput file)
Loads a core track instance. |
| Methods in org.jagatoo.loaders.models.cal3d.core that return types with arguments of type CalCoreTrack | |
|---|---|
java.util.List<CalCoreTrack> |
CalCoreAnimation.getListCoreTrack()
Returns the core track list. |
| Methods in org.jagatoo.loaders.models.cal3d.core with parameters of type CalCoreTrack | |
|---|---|
void |
CalCoreAnimation.addCoreTrack(CalCoreTrack coreTrack)
Adds a core track. |
void |
CalAnimationRelative.getBaseState(CalCoreTrack coreTrack,
org.openmali.vecmath2.Vector3f translation0,
org.openmali.vecmath2.Quaternion4f rotation0)
|
protected static void |
CalSaver.saveCoreTrack(java.io.DataOutput file,
CalCoreTrack coreTrack)
Saves a core track instance. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||