mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
there we go. getTightBounds should work now for nodepath collections
This commit is contained in:
parent
ac7d08c8cd
commit
50a66c57c5
@ -20,7 +20,7 @@ del asList
|
|||||||
#####################################################################3333
|
#####################################################################3333
|
||||||
|
|
||||||
def getTightBounds(self):
|
def getTightBounds(self):
|
||||||
from pandac import Point3
|
from pandac.PandaModules import Point3
|
||||||
|
|
||||||
if self.getNumPaths() == 0:
|
if self.getNumPaths() == 0:
|
||||||
return (Point3.Point3(0), Point3.Point3(0))
|
return (Point3.Point3(0), Point3.Point3(0))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user