Drastically impove background rendering

Render glowmap to lower-resolution framebuffer
This commit is contained in:
Charles Magahern
2015-12-30 12:05:52 -08:00
parent 2326808740
commit 9cfd75fa64
2 changed files with 8 additions and 1 deletions
@@ -31,6 +31,7 @@ class BackgroundViewController: UIViewController {
view.backgroundColor = UIColor.blackColor()
view.scene = _scene
view.allowsCameraControl = false
/* view.showsStatistics = true */
_sceneView = view
self.view = view