How to add a PlaceNode to a camera? #1847
Unanswered
MRdesperado1
asked this question in
Support Q&A
Replies: 1 comment 1 reply
-
You might need to disable small feature culling on your inset camera:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, there was a problem when I used osgEarth to create another camera.
How to add a PlaceNode to a camera?
I used the camera to create a thumbnail, just like in a large game. I expect some key points to be marked on the thumbnail, such as moving aircraft, etc. However, my PlaceNode cannot be displayed on the thumbnail, but when I use Root to add these created PlaceNode, they can be displayed normally on the big map. What is the reason?
The code for creating PlaceNode is as follows:
The code for creating Camera is as follows:
The code for adding placenode to camera is as follows:
The effect after adding is shown in the figure:
Add it directly to the big map, and the effect is as shown in the figure:
What is the reason?
Thank you very much. And I want to ask you. My airport displays floating in the air. As the viewpoint moves, the airport will also move. How should this situation be solved?
I use OSG version 3.6.3 and osgearth version 2.10.
Beta Was this translation helpful? Give feedback.
All reactions