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
@@ -146,8 +151,12 @@ export class MorphTargetManager implements IDisposable {
146
151
* If you assign a non-zero value to this property, you need to ensure that this value is greater than the maximum number of (active) influencers you'll need for this morph manager.
147
152
* Otherwise, the number of active influencers will be truncated at the value you set for this property, which can lead to unexpected results.
148
153
* Note that this property has no effect if "useTextureToStoreTargets" is false.
154
+
* Note as well that if MorphTargetManager.ConstantTargetCountForTextureMode is greater than 0, this property will be ignored and the constant value will be used instead.
0 commit comments