View Single Post
  #2  
Old 07-28-2015, 04:00 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
You can try scaling the button:

Code:
button = viz.addButton(pos=[0.5,0.5,0])
button.setScale([3]*3)
texture = viz.addTexture('lake3.jpg')
button.texture(texture)
Reply With Quote