Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Screen-Space Effects Sample: Swapping IModels keeps effects #201

@dustinlebsock

Description

@dustinlebsock

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions