mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Add ModelPart from 0.2.0
This commit is contained in:
@@ -8,10 +8,16 @@
|
||||
|
||||
#include "Model.hpp"
|
||||
|
||||
Model::Model()
|
||||
Model::Model(int width, int height)
|
||||
{
|
||||
field_4 = 0.0f;
|
||||
field_8 = false;
|
||||
m_textureWidth = width;
|
||||
m_textureHeight = height;
|
||||
}
|
||||
|
||||
Model::~Model()
|
||||
{
|
||||
}
|
||||
|
||||
void Model::onGraphicsReset()
|
||||
|
||||
Reference in New Issue
Block a user