Skip to content

Displacement map

Thomas Duhamel requested to merge bug_heightmap into develop

Implements:

  • Displacement map to replace the parallax map;
  • Tesselation shader do add vertices that can be moved by the displacement map;
  • Tiling of the walls at mesh generations to the smoothen the tesselation process;
  • Texture pooling afor the wall at each trial.

Merge request reports