Some free tiling textures for you.
Community Forums/Showcase/Some free tiling textures for you.
| ||
Hey, here are some tiling textures i have created from some photos i took. I hope they are useful for something. These textures are not to be sold in a pack! You can use them freely for anything else though. Royality free and that. www.rosscrooks.pwp.blueyonder.co.uk/roof1.jpg www.rosscrooks.pwp.blueyonder.co.uk/wall1.jpg www.rosscrooks.pwp.blueyonder.co.uk/cobble.jpg |
| ||
And some code to check out the tiling: (put this code in the same folder as the textures and check the texture name accordingly) Graphics3D 800,600 SetBuffer BackBuffer() Global cam = CreateCamera() PositionEntity cam,0,1,-3 Global light = CreateLight() Global plane = CreatePlane() RotateEntity plane,80,180,0 Global texture = LoadTexture("cobble.jpg") EntityTexture plane,texture While Not KeyHit(1) If KeyDown(200) Then MoveEntity cam,0,0,0.1 If KeyDown(208) Then MoveEntity cam,0,0,-0.1 UpdateWorld RenderWorld Flip Wend End |
| ||
I especialy like wall and roof. Thanks for sharing! |
| ||
Ross, Happy Christmas to you too matey! Thanks - damn now I've got to get everyone else a pressie! Oh hold on I did already - they can download my game "Snowball Scramble"... :) IPete2. |
| ||
These are nice, thanks! |
| ||
The best 'natural' textures of this type I've yet seen. (Puki - grab these!) Please produce some more. Cheers. |
| ||
cheers. Have stashed away for future use. Roof looks excellent |
| ||
What other kind of textures are you after? Thanks for the comments :o) |