gwaldron / osgearth

3D Maps for OpenSceneGraph / C++14
https://www.pelicanmapping.com/home-1/opensource
Other
1.48k stars 774 forks source link

Shadows: DUI_foreachId error when using blur factor #779

Closed gwaldron closed 7 years ago

gwaldron commented 8 years ago

Run osgearth_viewer readymap.earth --sky --shadows

with a blur factor > 0, and get the shader error:

Fragment info

(0) : fatal error C9999: unexpected expression in DUI_foreachId

blur factor is currently set to 0.0, and the code path in the shader is commented out to prevent the error until we can fix it.

NVIDIA GTX760 / 364.72

gwaldron commented 7 years ago

Worked around by refactoring code