supergoldorak / kuda

Automatically exported from code.google.com/p/kuda
GNU General Public License v2.0
0 stars 0 forks source link

Bounding boxes aren't recalculated #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, o3d doesn't recalculate bounding boxes of transforms when shapes and 
transforms get added, or the local matrix changes. This is clearly visible in 
the editor when scaling a shape.

Original issue reported on code.google.com by khang.du...@gmail.com on 27 Apr 2011 at 11:01

GoogleCodeExporter commented 9 years ago
Fixed in latest push. Changes to o3d's transform class, and util to add 
bounding box recalculation every time a shape or transform is added or when the 
transform is modified (scale/translate/rotate). Changes to transform handles in 
editor to update the extent of the handles on each draw (visible in realtime 
scaling).

Original comment by khang.du...@gmail.com on 28 Apr 2011 at 12:22

GoogleCodeExporter commented 9 years ago
Marking verified to denote this issue was part of 1.3.1 release.

Original comment by erik.kit...@gmail.com on 13 May 2011 at 5:34