Ejemplo n.º 1
0
 def enterArriving(self, ts = 0):
     if self.localAvOnTrolley == True:
         CIGlobals.hideWaitForOthers()
         camera.wrtReparentTo(self.trolleyCar)
         camera.setPos(0, -18.55, 3.75)
         camera.setHpr(0, 0, 0)
         Sequence(Wait(2.0), camera.posHprInterval(3, self.CAM_POS, self.CAM_HPR, startPos = (0, -18.55, 3.75), startHpr = (0, 0, 0), blendType='easeInOut')).start()
     self.trolleyEnterTrack.start(ts)
 def exitWaitForOthers(self):
     CIGlobals.hideWaitForOthers()