コード例 #1
0
 def __init__(self, window, input_file_path):
     self.window = window
     self.world = World(input_file_path)
     self.hud = Hud(self.window, self)
     self.camera = TrackballCamera(radius=4.)
     self.fov = 60.
     self.hud.update_text()