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?
|