mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Additional 3d support
This commit is contained in:
parent
70680fdf39
commit
f26df6c86b
32 changed files with 2370 additions and 165 deletions
|
@ -11,8 +11,8 @@ class ModelInstance : public RenderCmd
|
|||
{
|
||||
public:
|
||||
ModelDef* mModelDef;
|
||||
std::vector<ModelJointTranslation> mJointTranslations;
|
||||
std::vector<bool> mMeshesVisible;
|
||||
Array<ModelJointTranslation> mJointTranslations;
|
||||
Array<bool> mMeshesVisible;
|
||||
|
||||
public:
|
||||
ModelInstance(ModelDef* modelDef);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue