Skip to content

Bounding box

A bounding box is a rectangular box that completely encloses an object in 2D or 3D space. It is defined by its minimum and maximum coordinates along the X, Y, and Z axes.

Bounding boxes are often used in computer graphics, physics simulations, and collision detection to simplify calculations and improve performance.

  • vucity LODing research
    • let’s say i want a LOD to kick in when it’s smaller than 200 px, 100px, 20 px, 5px, 1px
      or you could just put in a few values, generate a quick test LOD and see if it is too much or enough reduction.