Dynmap-Forge/Fabric

Dynmap-Forge/Fabric

888k Downloads

negative y values for maxheight ignored

DefectiveNu opened this issue ยท 2 comments

commented

Issue Description: creating a custom perspective with maximum height in the negatives causes it to render as if its not set

[x] I have looked at all other issues and this is not a duplicate
[x] I have been able to replicate this

commented

Should be fixed in 3.3-beta-3

commented

Hi, I have the same issue

I have set-up two custom perspectives for diamond and copper mines

  - class: org.dynmap.hdmap.IsoHDPerspective
    name: iso_S_90_lowres_diamondmines
    azimuth: 180
    inclination: 90
    scale: 4
    minimumheight: -59
    maximumheight: -56
  - class: org.dynmap.hdmap.IsoHDPerspective
    name: iso_S_90_lowres_coppermines
    azimuth: 180
    inclination: 90
    scale: 4
    minimumheight: 46
    maximumheight: 49

The copper mines render just fine, the diamond mines render everything. The values for min/maxheight are ignored.

Copper mines:

image

Diamond mines:

image