mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-04 14:09:47 +03:00
Cleanup render functions (#38)
* Remove renderHorrible * Remove renderRollable Co-authored-by: Brent Da Mage <BrentDaMage@users.noreply.github.com>
This commit is contained in:
@@ -70,18 +70,6 @@ void HumanoidModel::render(float a, float b, float c, float d, float e, float f)
|
||||
_logGraphics();
|
||||
}
|
||||
|
||||
void HumanoidModel::renderHorrible(float a, float b, float c, float d, float e, float f)
|
||||
{
|
||||
setupAnim(a, b, c, d, e, f);
|
||||
m_head.renderHorrible(f);
|
||||
m_body.renderHorrible(f);
|
||||
m_armL.renderHorrible(f);
|
||||
m_armR.renderHorrible(f);
|
||||
m_legL.renderHorrible(f);
|
||||
m_legR.renderHorrible(f);
|
||||
_logGraphics();
|
||||
}
|
||||
|
||||
void HumanoidModel::setupAnim(float a2, float a3, float a4, float a5, float a6, float a7)
|
||||
{
|
||||
//a6 = pitch, a5 = yaw-ish
|
||||
|
||||
Reference in New Issue
Block a user