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
{{ message }}
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
When swapping imodels in the screen-space effects samples, all the effects that were ticked are kept, except lens angle. Ideally, the screen effects would be reset.
The ScreenSpace effects are not being cleaned up.
if (!ScreenSpaceEffectsApi._effectsRegistered) {`
ScreenSpaceEffectsApi.registerEffects();
ScreenSpaceEffectsApi._effectsRegistered = true;
}
When swapping imodels in the screen-space effects samples, all the effects that were ticked are kept, except lens angle. Ideally, the screen effects would be reset.
The ScreenSpace effects are not being cleaned up.