From Edmond Gheury, fixe and bug in the PrimitiveShapeVisitor.

This commit is contained in:
Robert Osfield
2006-02-04 21:25:33 +00:00
parent e89852e25f
commit 39381c6fe7

View File

@@ -1378,7 +1378,7 @@ void PrimitiveShapeVisitor::apply(const Sphere& sphere)
// do last point by hand to ensure no round off errors.
_functor.vertex(tx+rTop,ty,tz+zTop);
_functor.vertex(ty+rBase,ty,tz+zBase);
_functor.vertex(tx+rBase,ty,tz+zBase);
_functor.end();