Posted August 26, 20169 yr I have a block with 7 different AABBs, depending on its state (it's a directional block), 6 of which are rotations of one another, and the seventh is a "not connected" state, with a different bounding box. My approach is to create all AABBs as static final fields. I wanted to know if there's helper method somewhere that rotates an AABB around an axis, so I don't need to input the hardcode in the coordinates of the several AABB static fields, thus, if I change one (for instance, if I decide to change the block model), I automatically change all.
August 26, 20169 yr I don't think there's any existing method to do this. I created a class to do this, but I don't think it works 100% of the time. Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.