Models
Model is a object that represents 3d mesh. There are two types of models:
- ModelStatic which stands for static model,
- ModelSkinned which represents the skinned (dynamic) model (which means that it uses bones).
Both of those structures inherit from Graphic::Model class.