Open GoogleCodeExporter opened 9 years ago
Problem also occurs with BoundingBox.center(), _min, and _max.
Original comment by rfritz...@gmail.com
on 24 Mar 2009 at 12:04
Just tried this on osg 2.4 and have the following results:
ctr (Vec3d) = [26, 4.5, 1.17341]
type(ctr) = <class 'osg.Vec3f'>
ctr (Vec3f) = 26.0 4.5 1.17341041565
Original comment by gerwinde...@gmail.com
on 24 Mar 2009 at 5:54
Hmmm, seems to be confused by our 64-bit processor.
My (default) build has the following in the Config header:
#define OSG_USE_FLOAT_BOUNDINGSPHERE
#define OSG_USE_FLOAT_BOUNDINGBOX
Original comment by rfritz...@gmail.com
on 24 Mar 2009 at 6:14
Original issue reported on code.google.com by
rfritz...@gmail.com
on 8 Mar 2009 at 10:30Attachments: