View Single Post
  #3  
Old 08-22-2014, 06:53 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Woah, 80s flashback! Awesome hack. For that authentic Nintendo look, try adding the following code to your script
Code:
import vizfx.postprocess
from vizfx.postprocess.distort import PixelateEffect
vizfx.postprocess.addEffect(PixelateEffect(pixelSize=(5,5)))
Reply With Quote