Thread: screen image
View Single Post
  #6  
Old 06-25-2008, 11:23 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
The following code will scale the quad to 20% of the window size:
Code:
p = 0.2
quad.setScale([12.8*p,10.24*p,1])
Reply With Quote