pmndrs / pmndrs/react-postprocessing

Exclude something from a selection

Open
#154 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
1.4k
Forks
134
Avg merge
4m
Merged PRs (30d)
4

Description

Hey, first of all thanks for this awesome library, saved me a lot of time already 👍

Is there any way to exclude something from a <Selection>?

This for example does not seem to work:

<Selection>
    <Select enabled={true}>
        // apply selection all child elements
        <Select enabled={false}>
            // except for those child elements
        </Select>
    </Select>
</Selection>

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by tracing the and nested / entry points shown in the issue. Determine whether nested selection exclusions are supported, and define done as allowing child elements to remain outside the surrounding selection while the other children stay selected.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, three.js, typescript
Domain
computer-graphics, frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.