Duet3D / DuetWebControl

A completely new web interface for the Duet electronics
GNU General Public License v3.0
408 stars 230 forks source link

Fix heightmap rendering for uneven number of points. #396

Closed Sindarius closed 2 years ago

Sindarius commented 2 years ago

This fixes a rendering issue where if there is an uneven number of points between rows on the heightmap a corner may not be rendered properly by the ribbon mesh.

chrishamm commented 2 years ago

Thanks!