LD
LD
My code is parsing the object tree to detect the TransparencyAttrib to know if alpha blending should be applied or not. But the attribute is set on the GeomNode and...
I retested this carefully and indeed there is also no transparency on Linux when using gl-version 3 x. I'm also able to retrieve the TransparencyAttrib by looking at the RenderStates...
For me it can be closed unless you want to implement basic transparency support in the default shader, as you suggested in your first comment https://github.com/panda3d/panda3d/issues/473#issuecomment-445780105 : > That said,...