예제 #1
0
 def __init__(self, **kwargs):
     # Force these dimensions
     self.camera_config = {
         "pixel_height": 1440,
         "pixel_width": 2560,
     }
     Scene.__init__(self, **kwargs)
예제 #2
0
 def __init__(self, **kwargs):
     # Force these dimensions
     self.camera_config = {
         "pixel_height": 1440,
         "pixel_width": 2560,
     }
     Scene.__init__(self, **kwargs)
예제 #3
0
 def __init__(self, graph, *args, **kwargs):
     # See CubeGraph() above for format of graph
     self.graph = graph
     Scene.__init__(self, *args, **kwargs)
예제 #4
0
 def __init__(self, graph, *args, **kwargs):
     # See CubeGraph() above for format of graph
     self.graph = graph
     Scene.__init__(self, *args, **kwargs)