Terrain bug?

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
fukuda
Posts: 23
Joined: Mon May 14, 2007 6:32 pm
Location: Barcelona, Spain

Terrain bug?

Post by fukuda »

It seems that the first column of vertices ((0,0) is at the right side of the screen) always starts at (x, 0, z). I've tested other heightmaps but it still shows the same result.. is it a bug or am I missing something in the code?

Image

here is the heightmap
Image

*Irrlicht 1.5

thank you
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Yes, there was a bug in the 1.5 version, it's fixed in SVN 1.5 branch and will be available in the next SDK (aka 1.5.1)
Post Reply