Fix #45 (Half and Full qualities checkerboard)

This commit is contained in:
James Seibel
2021-07-26 07:56:00 -05:00
parent 499308870d
commit 34baf923b2
4 changed files with 20 additions and 17 deletions
@@ -23,7 +23,7 @@ import com.seibel.lod.objects.LodDataPoint;
* single, double, quad, half, full
*
* @author James Seibel
* @version 06-13-2021
* @version 07-26-2021
*/
public enum LodDetail
{
@@ -75,12 +75,6 @@ public enum LodDetail
offset = newOffset;
// if(newLengthCount == LodChunk.WIDTH)
// {
// // this is to prevent overflow
// newLengthCount = LodChunk.WIDTH - 1;
// }
startX = new int[dataPointLengthCount * dataPointLengthCount];
endX = new int[dataPointLengthCount * dataPointLengthCount];