Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Making a SceneNode show in screen space
#1
I'm trying to implement a 3d compass overlay panel, which shows at a fixed position in the camera (just like the CameraAxisPanel). How do I acheive this effect?
#2
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.
Andrej Benedik
  


Forum Jump:


Users browsing this thread:
1 Guest(s)