AmyMialeeMods / visiblebarriers

Various tools for Minecraft Mapmaking.
http://discord.amymialee.xyz
Other
28 stars 18 forks source link

[Suggestion] Display Entity bounding boxes #30

Open CookiesNom opened 1 year ago

CookiesNom commented 1 year ago

The ability to see the culling bounding box of display entities

It starts at 0,0 and width expands out both in x and z, while height expands upwards from 0,0 in the y axis

image Here's an example of my problem, this big light entity culls when you go bellow the green line, and its because the 0,0 is in the middle of the model meaning when you add the height value for the culling box, it only goes up causing the bottom half to be cut off. having the ability to see the culling box would make it much easier to identify issues with size of the boxes and specific models

AmyMialee commented 9 months ago

good plan, will do