dsilas / SeeLevelViz

GNU General Public License v3.0
2 stars 0 forks source link

did the z elevation factor get the wrong exponent? is 10 actually 1? #16

Closed dsilas closed 3 years ago

dsilas commented 3 years ago

The default z factor is 10. is this actually 1:1 normal or "real" scale. 1 seems way too flat. I tried another DEM in QGIS' 3d visualizer and what is 1 in qgis looks like 10 in seelevelviz.

Everything is fine but perhaps the labels got multiplied by 10 on the widget slider

unovongalixor commented 3 years ago

that's the value used by mayavi. if you like, we can divide by 10 for display purposes

dsilas commented 3 years ago

Yea, lets divide it by 10 for the display purposes.

unovongalixor commented 3 years ago

fixed

dsilas commented 3 years ago

In the new release it seems like the z slider is rounding only to the nearest whole number, which means you can adjust the slider and see changes in the 3d graphic, but the slider still displays the same integer, which creates ambiguity.

unovongalixor commented 3 years ago

fixed