mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 01:33:35 +02:00
why did I change that
This commit is contained in:
parent
3d08502080
commit
ad5dec829c
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ ShapeKey ModelMeshPartPayload::getShapeKey() const {
|
|||
}
|
||||
|
||||
ShapeKey::Builder builder;
|
||||
if (isTranslucent || calculateFadeRatio() < 0.9f) {
|
||||
if (isTranslucent || calculateFadeRatio() < 1.0f) {
|
||||
builder.withTranslucent();
|
||||
}
|
||||
if (hasTangents) {
|
||||
|
|
Loading…
Reference in a new issue