processing / processing/libprocessing
near-clip-plane API support
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 69
- Forks
- 14
- Avg merge
- 15d 22h
- Merged PRs (30d)
- 3
Description
PerspectiveProjection in Bevy accepts a near-clip-plane parameter. For now we are using a hardcoded value, however our API should support users in setting that value.
ref: https://github.com/processing/libprocessing/pull/77/changes#r2843087279
Contributor guide
No contributing guide indexed for this repository
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 with the PerspectiveProjection API and the current hardcoded near-clip-plane value referenced by the issue and linked review. Trace how projection settings enter the rendering path; done means users can set the near-clip-plane value through the public API and the relevant behavior is verified by existing checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, computer-graphics
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100