--- a/demos/dragon.py Thu May 15 19:15:57 2008 +0200
+++ b/demos/dragon.py Mon May 19 22:59:04 2008 +0200
@@ -25,6 +25,7 @@
top.optimize()
sampler = DefaultSampler(800, 600)
+sampler.setOversample(1)
rt.setSampler(sampler)
rt.render()
sampler.getPixmap().writePNG('dragon.png')