Fixed a few issues and added more functionality

Fixed player not rendering in third person and armor arm0 not moving with 64x64 skins. Added offsets to held item (main hand) and armor (boots).
This commit is contained in:
Langtanium 2026-04-18 11:41:06 -07:00
parent 0c50f9982c
commit cef65c8df3
8 changed files with 306 additions and 39 deletions

View file

@ -14,6 +14,7 @@ void ModelPart::_init()
bMirror = false;
visible = true;
hideWithHelmet = false;
isArmorPart1 = false;
neverRender = false;
x=y=z = 0.0f;
xRot=yRot=zRot = 0.0f;