You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
stephengold
changed the title
avoid using deprecated FrameBuffer methods in jme3-examples
Using deprecated FrameBuffer methods in jme3-examples
Nov 16, 2021
PR #1401 deprecated the
addColorTexture(Texture2D)
,setColorBuffer(Format)
,setColorTexture(Texture2D)
,setDepthBuffer(Format)
, andsetDepthTexture(Texture2D)
methods ofFrameBuffer
. 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.
The text was updated successfully, but these errors were encountered: