Example #1
0
 def __init__(self, cameraPosition, cameraTarget, sourceMatrix):
     cursor = BigWorld.Cursor()
     cursor.alignmentSpeedUp = 1000.0
     CameraStrategyLegacyProxy.__init__(self, cameraPosition, cameraTarget, sourceMatrix, cursor)
     self._components['overlook'].duration = 1.5
     self._input.isContinuousFreeInput = True