Get a height from the heightmap

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
drulz
Posts: 11
Joined: Thu Jun 09, 2005 5:08 am

Get a height from the heightmap

Post by drulz »

how can i get the height for the terrain implemented using a bmp heightmap
for example i want to retrive the height at location 16,16( it is in 2D since i am basing it on the BMP file)
don_Pedro
Posts: 84
Joined: Fri Jun 10, 2005 1:34 pm
Location: Poland
Contact:

Post by don_Pedro »

This question was asked already few times, look at this thread
http://irrlicht.sourceforge.net/phpBB2/ ... tmap#43407
Post Reply