jMonkeyEngine / jMonkeyEngine/jmonkeyengine

Using deprecated FrameBuffer methods in jme3-examples

Open
#1,554 2 comments 0 reactions 1 assignee View on GitHub

@riccardobl is already working on this.

Since Oct 5, 2021.

  • #1616 by @riccardobl — open
examples
Dominant language
Java
Stars
4.3k
Forks
1.2k
Avg merge
4d 7h
Merged PRs (30d)
14

Description

PR #1401 deprecated the addColorTexture(Texture2D), setColorBuffer(Format), setColorTexture(Texture2D), setDepthBuffer(Format), and setDepthTexture(Texture2D) methods of FrameBuffer. However those methods are still used in jme3-examples.

As noted at #1401, it is difficult to understand how the replacement methods are meant to be used. Let's upgrade jme3-examples to use the new interface.

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.