Ticket #26 (closed patch: fixed)
WireBoundingBox.cs
| Reported by: | andris11 | Owned by: | andris11 |
|---|---|---|---|
| Priority: | major | Milestone: | 0.8.0.0-B1 |
| Component: | Core Library | Version: | 0.8.0.0 (crickhollow) |
| Keywords: | Cc: |
Description (last modified by borrillis) (diff)
The rendered bounding box was increasing in size over the underlying AABB by a constant of 2 units. For small-scale entities this was causing troubles - the rendered box was easily getting times as big as the entity.
The patch fixes this by increasing the rendered box by a percentage of the underlying AABB's size. Currently by 2% .
See forum thread for more info
http://axiomengine.sourceforge.net/forum/viewtopic.php?f=1&t=586
The patch is applicable to Crickhollow SVN HEAD revision changeset:1552
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
