jMonkeyEngine / jMonkeyEngine/jmonkeyengine

Add capability to ignore user specified anti-aliasing samples

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

Nobody has claimed this yet.

enhancement
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

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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.