squidlex Posted July 1, 2021 Posted July 1, 2021 I'm working with AABBs and was wondering if anyone knows a simple way to make them visible? Thanks for your help! Quote
Luis_ST Posted July 1, 2021 Posted July 1, 2021 7 minutes ago, squidlex said: I'm working with AABBs and was wondering if anyone knows a simple way to make them visible? Thanks for your help! you need to render the lines of the box, look at the StructureBlockTileEntityRenderer for an example but basically you render a box with WorldRenderer#renderLineBox 1 Quote
squidlex Posted July 1, 2021 Author Posted July 1, 2021 15 minutes ago, Luis_ST said: WorldRenderer#renderLineBox Thank you! Quote
Recommended Posts
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.