top of page

Heightmap
 

I utilized OpenGL's core profile along with its GLSL shader language to generate a height field based on input images. The height field was rendered in three different modes: points, lines, and solid triangles. By programming a shader, I smoothed the geometry and adjusted its color. I also supported the transformation of the geometry. Beyond that, my program successfully handled both grayscale and color input images.

Demonstrative Animation

bottom of page