View Single Post
  #1  
Old 07-09-2009, 11:25 AM
jsnider jsnider is offline
Member
 
Join Date: Jul 2009
Posts: 9
one side texture

I want to put a target on one side of a box. It seems that textures would work the best. I tried
Code:
target=viz.add('box.wrl')
pic = viz.addTexture('tex.jpg')
target.texture(pic)
where tex.jpg is a 256x256 image of a bullseye, but it puts the texture on all sides (as I assume it should). Is there anyway around that or a different approach that would work better?
Thanks,
Joe
Reply With Quote