About the heightmap.

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
softboy

About the heightmap.

Post by softboy »

I have load a height map in my project .
But it just a 2D map ,not a real 3D terrian . why?? Do I wrong ,or the heightmap is only a plane map
Guest

Post by Guest »

If height is only a plane map ,How to load a real3D terrian ??what kind of file to read . :oops:
Robomaniac
Posts: 602
Joined: Sat Aug 23, 2003 2:03 am
Location: Pottstown, PA
Contact:

Post by Robomaniac »

A heightmap is a series of grayscale points that represent a height at a certain point.

ex. if the pixel at 1, 1 has a white color, it is highest, if it is black, lowest, and gray is somewhere inbetween :)

Hope that helps
The Robomaniac
Project Head / Lead Programmer
Centaur Force
jl0206
Posts: 55
Joined: Mon Jun 07, 2004 4:56 am

Post by jl0206 »

thank you very much
Post Reply