Test of raw heightmaps

This commit is contained in:
2023-09-16 08:04:49 -04:00
parent 403bff27b4
commit fc602ce9f4
+1 -1
View File
@@ -91,7 +91,7 @@ public class HeightMap {
float calculatedWidthX = this.fullExtentsX / numOfBucketsX;
this.bucketWidthX = calculatedWidthX;
float numOfBucketsY = this.heightmapImage.getWidth() - 1;
float numOfBucketsY = this.heightmapImage.getHeight() - 1;
float calculatedWidthY = this.fullExtentsY / numOfBucketsY;
this.bucketWidthX = calculatedWidthY;