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
// @public {boolean} - true if the charge layout must be updated//REVIEW*: It's a preference, but a method marking things as needing an update has been useful.this.chargeLayoutDirty=true;
I can see plenty of needsUpdate in three.js, can you point to examples in PhET code? Specifically, are you recommending renaming this to chargeLayoutNeedsUpdate?
The text was updated successfully, but these errors were encountered:
From the code review in #317
I can see plenty of
needsUpdate
in three.js, can you point to examples in PhET code? Specifically, are you recommending renaming this tochargeLayoutNeedsUpdate
?The text was updated successfully, but these errors were encountered: