jMonkeyEngine / jMonkeyEngine/jmonkeyengine
Add capability to ignore user specified anti-aliasing samples
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 4.3k
- Forks
- 1.2k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 14
Description
When the application is using post-processing, it doesn't make sense to create a context with anti-aliasing since post-processing performs drawing on a separate framebuffer.
Add AppSettings.setIgnoreSamples(boolean) to allow the user to specify that post-processing is used so the samples settings should be ignored.
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 locating AppSettings and the context-creation path that consumes the anti-aliasing samples setting. Trace how post-processing contexts are created, then verify that setIgnoreSamples(boolean) lets users bypass the samples setting when post-processing is enabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- computer-graphics, game-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100