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