You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IconComponent by default applies an "AlphaDiscardThreshold" to the texture. If the icon has a transparent shadow, setting the alpha discard will remove the shadow.
…e alpha discard
to be set externally and the value now defaults to 0 instead of 0.1. This is a breaking
change for any UIs relying on the hard-coded alpha discard of 0.1 but that should be the
rarer use-case.
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
The text was updated successfully, but these errors were encountered: