Poi(Point Of Interest) display error using tfs (osgText) #2013
Unanswered
tjdtnfksp
asked this question in
Support Q&A
Replies: 1 comment
-
If I had to guess, I would say you encountered a thread-safety issue in the osgText library. Unfortunately I don't have a good workaround to suggest. I once thought about pre-loading all the text glyphs so they don't get created on the fly; that would probably solve the problem, but we never looked into it further. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Can I ask you a question about the last version of osgearth?
Use OpenSceneGraph-3.6.4 + osgearth-2.10.2.
Use TFS to develop POI (Point Of Interest) functions.
I did the tiling, too.
And using minRange and MaxRange, it appears on the map by altitude, is erased (Movements zoom in and zoom out), and when repeated, the program stops.
I can't modify the source using dll.
Did I build something wrong with osgText?
Is it because there are a lot of poi displayed at once?
Please help me.
///my code
Beta Was this translation helpful? Give feedback.
All reactions