Update build volume to render as lines.

This commit is contained in:
daid 2015-03-17 12:18:45 +01:00
parent 3a2aa12bc3
commit a2191965ac
2 changed files with 62 additions and 4 deletions

View file

@ -73,7 +73,7 @@ class PrinterApplication(QtApplication):
self._volume = BuildVolume(root)
self.getRenderer().setLightPosition(Vector(0, 150, 0))
self.getRenderer().setBackgroundColor(QColor(200, 200, 200))
self.getRenderer().setBackgroundColor(QColor(246, 246, 246))
camera = Camera('3d', root)
camera.translate(Vector(-150, 150, 300))