FadeEffect does not impact model layer with point data #2278
Unanswered
shajder
asked this question in
Support Q&A
Replies: 1 comment 1 reply
-
I think you are correct, this is just a missing feature. If you can submit a PR we'll review and merge. Thanks. |
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 community
Please correct me if I am wrong but it seems for me like
fading
filter does not affect blending of an icon, only text. This is fragment of my .earth file:Here is possible solution which works for me:
osgearth/src/osgEarth/PlaceNode.cpp
Line 56 in f8d2a13
color = texture(oe_PlaceNode_tex, oe_PlaceNode_texcoord) * color;
Am I missing some proper solution here ?
cheers
Marcin
Beta Was this translation helpful? Give feedback.
All reactions