Uses of Class
de.coreengine.rendering.model.Model
-
Packages that use Model Package Description de.coreengine.asset de.coreengine.asset.dataStructures de.coreengine.rendering.model -
-
Uses of Model in de.coreengine.asset
Methods in de.coreengine.asset that return Model Modifier and Type Method Description static Model
AssetDatabase. getModel(String name)
Getting model by name from the database.Methods in de.coreengine.asset with parameters of type Model Modifier and Type Method Description static void
AssetDatabase. addModel(String name, Model model)
Manually store a model into the database. -
Uses of Model in de.coreengine.asset.dataStructures
Methods in de.coreengine.asset.dataStructures that return Model Modifier and Type Method Description Model
ModelData. getInstance(String texPath, boolean asResource)
Creates new model instance of the dataStructure model -
Uses of Model in de.coreengine.rendering.model
Subclasses of Model in de.coreengine.rendering.model Modifier and Type Class Description class
AnimatedModel
-