Beispiel #1
0
 def fit(self, node):
   Base.fit(self, node)
   
   self.geometry = panda.OdeBoxGeom(node.world.space, *self.globalSize)
Beispiel #2
0
 def fit(self, node):
   Base.fit(self, node)
   
   self.geometry = panda.CollisionBox(panda.Point3(*self.minimum),
     panda.Point3(*self.maximum))