TerriaJS / terriajs

A library for building rich, web-based geospatial data platforms.
https://terria.io
Apache License 2.0
1.17k stars 362 forks source link

Points are partially hidden by terrain (when "terrain hides underground features" is set to true) #6926

Open nf-s opened 1 year ago

nf-s commented 1 year ago

Points are being hidden under the terrain when “terrain hides underground features” to true

image

I'm not sure if this is good default behaviour, but I guess it is technically correct?

na9da commented 1 year ago

Could disabling depth test for points be useful?

nf-s commented 1 year ago

Yeah that sounds perfect!

Do you think it would be best to set that as true by default (and add some trait to allow configuration)?