Ive been playing with Irrlicht since yesterday. So far Irrlich has been great Beats other 3D engines easily.
I have few questions and would like to ask them here.
Im planning to make 3D RPG (pretty much WoW-like, but in singleplayer) with my friend.
What would be the best bet on making the world? Generating terrain with heightmaps and then adding buildings on it?
How would I go making collision detection for everything, I need collision detection between all the objects (buildings, trees etc.) and terrain with player. That would be huge mess of selectors, wouldnt it?
Any solutions?
Another question is, is it possible to have texture changing in one generated terrain? I generate terrain with heightmap and place texture on it. Now its only huge area of plain sand. It seems a bit boring. Is it possible to place multiple textures on the same generated terrain? :/
Like a terrain with half of sand and half of grass. And how would I go creating roads. You know theyre often a bit different (lighter color) than the other terrain. Is that possible?
Or would I go generating few terrains in sides of each other and then placing textures on them?
Terrain textures, collision problems etc. from newbie
hey
yeah for big worlds, i can suggest arras' tiled terrain. search around in the project annonuncement section.
for collision detection use meta triangle selector, so it will be only one big selector
for multiple textures, there are some code around the forum, called texture blending, or terrain multitexturing or something like this.
but it only supports around 3 textures..
i guess you should use one BIG texture (i mean 1024x1024 or bigger), for the sand/grass and so on. for roads you cna use multitexturing.
yeah for big worlds, i can suggest arras' tiled terrain. search around in the project annonuncement section.
for collision detection use meta triangle selector, so it will be only one big selector
for multiple textures, there are some code around the forum, called texture blending, or terrain multitexturing or something like this.
but it only supports around 3 textures..
i guess you should use one BIG texture (i mean 1024x1024 or bigger), for the sand/grass and so on. for roads you cna use multitexturing.