Beispiel #1
0
 def __init__(self, child, camera_spec, path_model, num_steps = 101, MAX_FPS = 40):
     View.__init__(self, child, camera_spec)
     self.path_model = path_model
     self.num_steps = num_steps
     self.MAX_FPS = MAX_FPS
     self.init_flythrough()