Skip to content

Implement OutlineEffect #583

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
4 tasks
Tracked by #600
vanruesc opened this issue Feb 16, 2024 · 0 comments
Open
4 tasks
Tracked by #600

Implement OutlineEffect #583

vanruesc opened this issue Feb 16, 2024 · 0 comments
Milestone

Comments

@vanruesc
Copy link
Member

vanruesc commented Feb 16, 2024

Description

Implement an OutlineEffect.

This effect should focus only on rendering object feature edges for the whole scene. Selective object highlighting will be implemented in a different way.

References:

Tasks

  • Use EdgeDetectionMaterial or create SobelMaterial.
  • Create OutlineEffect.
  • Create outline demo.
  • Add unit test.

Implementation Details

  • Use G-Buffer components (depth, normals).
  • Edge threshold, color and thickness should be configurable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant