Class ImportedSkeletonParams
java.lang.Object
zombie.core.skinnedmodel.model.jassimp.ProcessedAiSceneParams
zombie.core.skinnedmodel.model.jassimp.ImportedSkeletonParams
public class ImportedSkeletonParams extends ProcessedAiSceneParams
-
Field Summary
Fields inherited from class zombie.core.skinnedmodel.model.jassimp.ProcessedAiSceneParams
animBonesRotateModifier, animBonesScaleModifier, meshName, mode, scene, skinnedTo
-
Method Summary
Modifier and Type Method Description static ImportedSkeletonParams
create(ProcessedAiSceneParams processedAiSceneParams, jassimp.AiMesh aiMesh)
Methods inherited from class zombie.core.skinnedmodel.model.jassimp.ProcessedAiSceneParams
create, set
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
create
public static ImportedSkeletonParams create(ProcessedAiSceneParams processedAiSceneParams, jassimp.AiMesh aiMesh)
-