iTowns / itowns

A Three.js-based framework written in Javascript/WebGL for visualizing 3D geospatial data
http://www.itowns-project.org
Other
1.09k stars 293 forks source link

z-index conflict with label2dRenderer #1676

Open mbredif opened 3 years ago

mbredif commented 3 years ago

The label2dRenderer has a z-index that covers/hides all other elements (including dat.GUI) when they use the default z-index of 0, so that the user may not interact with the non-itowns elements.

workarounds:

In any case, the doc should state which z indices are used by itowns so that user dom elements may be placed accordingly.

jailln commented 1 year ago

This should indeed be documented. More long term, the labels rendering will be moved to WebGL.