there we go. getTightBounds should work now for nodepath collections

This commit is contained in:
Zachary Pavlov 2005-06-16 22:15:56 +00:00
parent ac7d08c8cd
commit 50a66c57c5

View File

@ -20,7 +20,7 @@ del asList
#####################################################################3333
def getTightBounds(self):
from pandac import Point3
from pandac.PandaModules import Point3
if self.getNumPaths() == 0:
return (Point3.Point3(0), Point3.Point3(0))