10-14-2024, 05:09 PM
If you want to show an overlay with only 2D content, then it is recommended to use the UI framework (WPF, Avalonia) to render that on to of 3D scene.
But you said that you want to show 3D compass. This is more complicated. You need to render SceneView to a GPU texture and then show that as a Sprite. I will try to provide a sample in the following days.
But you said that you want to show 3D compass. This is more complicated. You need to render SceneView to a GPU texture and then show that as a Sprite. I will try to provide a sample in the following days.
Andrej Benedik

