Skip to content

fix(outline-pass): handle clipping planes#758

Merged
agviegas merged 2 commits into
ThatOpen:mainfrom
Kurtil:patch-7
Jul 8, 2026
Merged

fix(outline-pass): handle clipping planes#758
agviegas merged 2 commits into
ThatOpen:mainfrom
Kurtil:patch-7

Conversation

@Kurtil

@Kurtil Kurtil commented Jul 2, 2026

Copy link
Copy Markdown
Contributor

Description

Outlined items are not cut by scene clipping planes.

Before:

Screenshot 2026-07-02 at 15 59 37

After:

Screenshot 2026-07-02 at 16 00 53

What is the purpose of this pull request?

  • Bug fix
  • New Feature
  • Documentation update
  • Other

Additional context

Done the same way in edge detection pass.

Before submitting the PR, please make sure you do the following:

  • Check that there isn't already a PR that solves the problem the same way to avoid creating a duplicate.
  • Follow the Conventional Commits v1.0.0 standard for PR naming (e.g. feat(examples): add hello-world example).
  • Provide a description in this PR that addresses what the PR is solving, or reference the issue that it solves (e.g. fixes #123).
  • Ideally, include relevant tests that fail without this PR but pass with it.

@agviegas agviegas merged commit 9d1d93a into ThatOpen:main Jul 8, 2026
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

Successfully merging this pull request may close these issues.

2 participants