PDA

View Full Version : Change style of Texture? Instead of Tile make stretch.


Action Waters
05-27-2009, 03:45 PM
Hello,

Is it possible for me to have my ground texture stretch instead of tile?

because I uploaded a texture but there are white lines in between the images which means it tiles, I think.

Is there a way I can make it stretch?

Or make these lines disappear?

Thanks for your help!

h4l0
05-29-2009, 09:15 AM
Try this!

File --> Make Billboard (ALT F B)

Choose your texture in the file dialog box.

yourBillboard.moveTo ground
yourbillBoard.turn(forward, 0.25)
yourBillboard.resize(alot) //The world.ground is 1000x1000!!
yourBillboard.move(down, height/2) //This will position the centre of the billboard to the centre of the world.

Delete the ground object.

Have fun

h4l0