Removed debugging messages.
This commit is contained in:
parent
4b27430931
commit
e1643bd16b
@ -39,9 +39,6 @@ bool Transform::computeBound() const
|
||||
|
||||
getLocalToWorldMatrix(l2w,NULL);
|
||||
|
||||
cout << "l2w "<<l2w<<endl;
|
||||
cout << "bound sphere in "<<_bsphere._center<<" radius " <<_bsphere._radius<<endl;
|
||||
|
||||
Vec3 xdash = _bsphere._center;
|
||||
xdash.x() += _bsphere._radius;
|
||||
xdash = xdash*l2w;
|
||||
@ -68,8 +65,6 @@ bool Transform::computeBound() const
|
||||
_bsphere._radius = len_xdash;
|
||||
if (_bsphere._radius<len_ydash) _bsphere._radius = len_ydash;
|
||||
if (_bsphere._radius<len_zdash) _bsphere._radius = len_zdash;
|
||||
|
||||
cout << "bound sphere out "<<_bsphere._center<<" radius " <<_bsphere._radius<<endl;
|
||||
|
||||
return true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user