View Single Post
  #2  
Old 04-16-2010, 01:36 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
That is working correctly. You can see how the image changes when you press the spacebar.
Code:
import viz
import vizlens
viz.go()

viz.add('tankmaze.wrl')

vizact.onkeydown(' ',vizlens.PincushionDistortion)
Reply With Quote