Merge pull request #14 from Silent-Client/TEST2

New model
This commit is contained in:
kirillsaint 2023-08-03 00:11:15 +06:00 committed by GitHub
commit f03bb28613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28653 additions and 0 deletions

View File

@ -71,6 +71,7 @@ public class AbstractShieldRenderer extends ModelBase implements LayerRenderer<A
private void applyArmTransformations(String model, boolean paramBoolean1, boolean paramBoolean2, boolean chestplate) { private void applyArmTransformations(String model, boolean paramBoolean1, boolean paramBoolean2, boolean chestplate) {
switch(model) { switch(model) {
case "shield": case "shield":
case "zzv4shield2":
GlStateManager.translate(0.33, 0.45, 0.38); GlStateManager.translate(0.33, 0.45, 0.38);
BlcGlStateManager.b(180.0f, 0.0f, 1.0f, 1.0f); BlcGlStateManager.b(180.0f, 0.0f, 1.0f, 1.0f);
BlcGlStateManager.b(-90.0f, 1.0f, 0.0f, 0.0f); BlcGlStateManager.b(-90.0f, 1.0f, 0.0f, 0.0f);

File diff suppressed because it is too large Load Diff