public PotatoRenderContext(Option option) { Option = option; Scene = new PotatoScene(option); imageBlender = new ImageBlender(); }
public PotatoRenderContext(Option option) { this.option = option; scene = new PotatoScene(option); tasksSceneRenderer = new PotatoTasksSceneRenderer(scene); imageBlender = new ImageBlender(); System.Console.WriteLine(scene.ToString()); }