pmndrs / pmndrs/react-postprocessing
Exclude something from a selection
Open
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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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