how to add the textures in the runtime?

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
minhong

how to add the textures in the runtime?

Post by minhong »

I make a map by .X file and it is a square map.
and i want add the textures in the runtime .

like below
coordinate
x--->
z 0 10 20
| A B
| 10 (10,10) (10,20)

20 ......

so I want add texture in area A and B and other area,
how can i do it .can someone help me?
blayde
Posts: 45
Joined: Fri Jul 16, 2004 12:49 pm
Contact:

Post by blayde »

can you change a maps textures while you are playing it ? - i dont know, i would guess not.

can you change a maps textures before you load the map ? - well, as long as you know where the texture info is, how to access it and how to change it I dont see why not.

sorry i can't be more helpful, i dont know anything about that map format.
Post Reply