J-Andersen-UvA / BabylonSignLab

1 stars 1 forks source link

Disable blending for showing glosses only #13

Closed rem0g closed 2 months ago

rem0g commented 2 months ago

other glosses is being blended by accident with glosses.

J-Andersen-UvA commented 2 months ago

The following issue might solve this problem: #18

because of the following code in the playAnims function: if (animationIndex != loadedResults.animationGroups.length) { animationGroup.enableBlending = true; }

J-Andersen-UvA commented 2 months ago

Issue belongs to #18