Uses of Class
de.coreengine.asset.modelLoader.BoneParser
-
Packages that use BoneParser Package Description de.coreengine.asset.modelLoader -
-
Uses of BoneParser in de.coreengine.asset.modelLoader
Method parameters in de.coreengine.asset.modelLoader with type arguments of type BoneParser Modifier and Type Method Description void
AnimationParser. parse(List<BoneParser> bones)
Parsing animation data from ai animationvoid
MeshParser. parse(String collisionShape, List<BoneParser> bones)
Parse ai meshes into meshes and dataStructures meshesvoid
NodeParser. parse(List<BoneParser> bones)
Parsing data from the ai node
-