From 4b274309316d888d6554c87300bf3357d328ad01 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 12 Nov 2002 13:36:56 +0000 Subject: [PATCH] Fixed bug in osg::Transform's computation of a its bounding sphere, where it was erroneously using the y axis for the z axis test. --- src/osg/Transform.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/osg/Transform.cpp b/src/osg/Transform.cpp index 1b46fd028..1752bf36a 100644 --- a/src/osg/Transform.cpp +++ b/src/osg/Transform.cpp @@ -39,6 +39,9 @@ bool Transform::computeBound() const getLocalToWorldMatrix(l2w,NULL); + cout << "l2w "<