See discussion:
- http://forums.bistudio.com/showthread.php?160330-Scripting-Discussion-(dev-branch)&p=2965445&viewfull=1#post2965445
- http://forums.bistudio.com/showthread.php?160330-Scripting-Discussion-(dev-branch)&p=2965515&viewfull=1#post2965515
- http://forums.bistudio.com/showthread.php?160330-Scripting-Discussion-(dev-branch)&p=2965641&viewfull=1#post2965641
An example (yellow = boundingBox, orange = boundingBoxReal): http://i.imgur.com/YcA9ZNL.png
Use cases doomed to be infeasible without precise/optimal bounding boxes:
- rectangle packing (or attachTo in general)
- proper drag'n'carry of object
- chaining of objects (dynamic spawning of composites)
- ...and many more.