Feature with ModelSymbol not displayed #2311
Unanswered
sebalaig
asked this question in
Support Q&A
Replies: 2 comments 1 reply
-
Notice: writing this is ok:
Any idea/suggestion ? Is the in-memory not supported anymore ? I have many geometries to display, so writing them to disk is not an option :/ |
Beta Was this translation helpful? Give feedback.
0 replies
-
It looks like a bug fixed in osgearth 3.4, a duplicate of #2299. I will update to v3.4 and recheck that. |
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,
I'm trying to display an OSG geode (in an osg file "arrow.osg") in my map using the Feature and ModelSymbol tools, but this is not working: nothing is visible. I'm missing something but I cannot figure out what's wrong..
Here is my code:
That code was ok using previous osgearth version (2.7) but fails with v3.3.
I tested by using
osg::Transform
to rotate/scale andGeoTransform
to set the model position => it ok.But in my context, I'm in an overload of FeatureSource::createFeatureCursorImplementation, so I have to build features, and it would be easier/cleaner to use osgearth API instead of OSG one's IMHO.
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions