Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Author
Message
koolaid
23
Years of Service
User Offline
Joined: 26th Jan 2003
Location: Cyberspace
Posted: 2nd Apr 2003 09:20
okay so in order to texture the matrix with more then one image basically you have a image thats broken down into 4 tiles 4 smaller images 256x256.in the examples for matrix texturing theres that same one "floor1" so tell me this how can you make a image of tiled textured of your own to use that is confusing to me?
arras
23
Years of Service
User Offline
Joined: 3rd Feb 2003
Location: Slovakia
Posted: 2nd Apr 2003 10:33
you dont have to take one image file and break it to smaller. You can use as many fils as you want, you just need to load them like image to memory and to give each number like:

load image "xx1.bmp",1
load image "xx2.bmp",2
load image "xx3.bmp",3
load image "xx4.bmp",4
load image "xx5.bmp",5

now you are ready to texture matrix with them.

To have one image file and brake it to smaller tiles is just way hove to make image manipulation easier, because you handle only one file like this.
Thats at last hove I understand it...

koolaid
23
Years of Service
User Offline
Joined: 26th Jan 2003
Location: Cyberspace
Posted: 3rd Apr 2003 00:45
im i know about loading images but when you want to use differnt textures on the matrix you have to prepare it first it says like you can only do it once so if i load differnt images for the matrix hiow do i prepare them all and choose them
Engulfed by Darkness
23
Years of Service
User Offline
Joined: 31st Mar 2003
Location: Canada
Posted: 3rd Apr 2003 03:02
The only way i know how to do that is to do something like this is by taking the textures you want for your matrix and putting them together like this:



Then use it like this:


I don't believe there is no other way to do this, but if some does i would like to hear it.

Login to post a reply

Server time is: 2026-06-11 11:23:42
Your offset time is: 2026-06-11 11:23:42