Skip to content

Commit

Permalink
test: control the heightmap Y scale
Browse files Browse the repository at this point in the history
  • Loading branch information
piellardj authored and Sceat committed Jan 31, 2025
1 parent 5226019 commit a5cab95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/test-terrain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ return vec4(sampled.rgb / sampled.a, 1);
{
const lodFolder = this.gui.addFolder('LOD');
lodFolder.add(this.terrainViewer.parameters.lod, 'enabled');
lodFolder.add(heightmapViewer.container.scale, 'y', 0.00001, 1).name('Y scale');
lodFolder.add(this.terrainViewer.parameters.lod, 'wireframe');
lodFolder.open();
}
Expand Down

0 comments on commit a5cab95

Please sign in to comment.