webgl-operate icon indicating copy to clipboard operation
webgl-operate copied to clipboard

screen space offset or custom line anchor (for Projected3DLabel)

Open anne-gropler opened this issue 5 years ago • 0 comments

The position of a Projected3DLabel is given in 3D world space (using World unit) while the font size and direction are given in screen space (using Pixel unit).

A position offset (or a custom line anchor, that also allows x-offset) could help to position such a label more precisely in the screen space. Currently, an application would have to use a dynamic Position2DLabel and update its position manually (i.e., the application calculates position in world space to screen space) with every camera change.

anne-gropler avatar Mar 26 '19 10:03 anne-gropler