Uses of Class
de.coreengine.asset.dataStructures.AnimatedModelData
-
Packages that use AnimatedModelData Package Description de.coreengine.asset -
-
Uses of AnimatedModelData in de.coreengine.asset
Methods in de.coreengine.asset that return AnimatedModelData Modifier and Type Method Description static AnimatedModelData
CeaLoader. loadAnimatedModelData(String file, boolean asResource)
Loading animated model data from a filestatic AnimatedModelData
ModelLoader. loadAnimatedModelFileData(String file, String shape)
Loading an dataStructures animated model from a fileMethods in de.coreengine.asset with parameters of type AnimatedModelData Modifier and Type Method Description static void
CeaLoader. saveAnimatedModelData(String file, AnimatedModelData modelData)
Saving dataStructures model to a file
-