View Single Post
  #4  
Old 12-14-2009, 08:11 AM
teegogy09 teegogy09 is offline
New Member
 
Join Date: Oct 2009
Location: Germany
Posts: 6
Default How to configure Request Tracker RT

Thanks andreymi,

But, I need to know how to associate a new texture to the world object:

w = World.GetCurrent

tex = Texture.Newmytex
tex.setTypeImage
img=Image.Loadmyimage.jpg
tex.image = img

#now, how can I put this texture to be the background of my scene?
Reply With Quote