Thread: User-Interface
View Single Post
  #14  
Old 02-10-2005, 01:57 PM
Johannes Johannes is offline
Member
 
Join Date: Jan 2005
Posts: 143
Thank you, it works fine now!


coil = viz.add('../resources/joNew/coil.wrl')

#innerCoil=coil.getchild('innerCoil')
texGold=viz.add('../resources/joNew/Lakerem2.jpg')

coil.texture(texGold,'innerCoil',1)
coil.appearance(viz.TEXGEN,'innerCoil',1)
coil.translate(0,0.85,0)

Johannes
Reply With Quote