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
this issue is intended for collecting small patterns that are heavily/frequently used within webgl-operates code basis. I would like to see these "snippets" replaced by, e.g., some form of meta programming, transpiling, or something similar ...
Setter only setting when different:
setobject(object: Type){if(object===this._object){return;}this._object=object;/* bookmark alteration or trigger some update/recomputation ... */
...
}
The text was updated successfully, but these errors were encountered:
this issue is intended for collecting small patterns that are heavily/frequently used within webgl-operates code basis. I would like to see these "snippets" replaced by, e.g., some form of meta programming, transpiling, or something similar ...
Setter only setting when different:
The text was updated successfully, but these errors were encountered: