Thread: texquad
View Single Post
  #1  
Old 02-23-2005, 12:57 PM
shai shai is offline
Member
 
Join Date: Oct 2004
Posts: 29
texquad

hi, i was wondering, i'd like to use texquad to texture an image,
but for some reason it "scales" my image and makes my edges
fuzzy, but i'd like my edges to be as clean as they are in photoshop. is there a way to make texquad not scale my image?

tex = viz.add('images/stripes7.jpg')
quad2 = viz.add(viz.TEXQUAD)
quad2.translate(0,0.66,16)
quad2.texture(tex)

btw, even if i don't use .scale it still fuzzes the image, i also tried making the image into a perfect square but that doesn't help either, any suggestions?

thanks,
shai
Reply With Quote