jMonkeyEngine-Contributions / Lemur

Lemur is a jMonkeyEngine-based UI toolkit.
http://jmonkeyengine-contributions.github.io/Lemur/
BSD 3-Clause "New" or "Revised" License
116 stars 33 forks source link

Lemur IconComponent transparency issue #105

Open Ali-RS opened 2 years ago

Ali-RS commented 2 years ago

IconComponent by default applies an "AlphaDiscardThreshold" to the texture. If the icon has a transparent shadow, setting the alpha discard will remove the shadow.

See the forum topic: https://hub.jmonkeyengine.org/t/lemur-iconcomponent-with-transparent-icon/45257