Skip to content

Commit

Permalink
last commit with strict multi-part system
Browse files Browse the repository at this point in the history
  • Loading branch information
ProctoredGames committed Jan 28, 2025
1 parent 69b79a8 commit a6da044
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public void render(AuricCentipedeEntity entity, float f, float g, MatrixStack ma

matrices.multiply(RotationAxis.POSITIVE_Y.rotationDegrees(interpolatedYaw));
// matrices.multiply(RotationAxis.POSITIVE_X.rotationDegrees(entity.getPitch()));
matrices.multiply(RotationAxis.POSITIVE_Y.rotationDegrees(entity.getYaw()));

super.render(entity, f, g, matrices, vertexConsumers, light); //works except transparent
matrices.pop();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public void render(AuricCentipedeEntity entity, float f, float g, MatrixStack ma

matrices.multiply(RotationAxis.POSITIVE_Y.rotationDegrees(interpolatedYaw));
// matrices.multiply(RotationAxis.POSITIVE_X.rotationDegrees(entity.getPitch()));
matrices.multiply(RotationAxis.POSITIVE_Y.rotationDegrees(entity.getYaw()));


super.render(entity, f, g, matrices, vertexConsumers, light); //works except transparent
Expand Down

0 comments on commit a6da044

Please sign in to comment.