Custom Query (77 matches)
Results (37 - 39 of 77)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#55 | fixed | Fix terrain rendering to not show terrain through itself | ||
Description |
The terrain is rendered with a Z-prepass, which is supposed to achieve the desired effect. This actually worked on my netbook running a rather ancient Ubuntu version and with a hand-built wxWidgets 2.9.5 (though the wx version seems less likely to matter), but not since upgrading it, and not on two other Debian machines I have tried. I modified the glxgears program to use a Z-prepass, and that seems to work, so I just need to determine what's different in aven. |
|||
#61 | fixed | Units option on *calibrate | ||
Description |
Currently the calibrate adjusts for the offset then multiplies by the scale factor, which works for a stretched tape with the end missing *calibrate tape 0.05 0.752 But of things like mounting a DistoX in a waterproof case the offset will be measured with another device so will not want scaling Suggestion is to allow the addition of units to the offset if the scale factor should not be applied, this should allow the original format to continue to work while adding functionality. if not units real = ( reading - offset) * scale
If units eg real = reading * scale - offset |
|||
#63 | fixed | Invalid GPX file created | ||
Description |
If you use aven to export a GPX file and just tick 'entrances', then the resulting file has a </gpx> at the end, but does not have a <gpx> tag at the start. Programs will refuse to import it as invalid (QGIS and viking tested). |