mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Initial commit.
:)
This commit is contained in:
26
source/World/Entity/Models/Model.cpp
Normal file
26
source/World/Entity/Models/Model.cpp
Normal file
@@ -0,0 +1,26 @@
|
||||
#include "Model.hpp"
|
||||
|
||||
void Model::onGraphicsReset()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Model::prepareMobModel(Mob*, float, float, float)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Model::render(float, float, float, float, float, float)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Model::renderHorrible(float, float, float, float, float, float)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void Model::setupAnim(float, float, float, float, float, float)
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user