- fix HDRRenderer on OSX

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8261 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 14 years ago
parent 2eca2f0bdd
commit fdd29d7be3
  1. 2
      engine/src/desktop-fx/com/jme3/post/HDRRenderer.java

@ -302,7 +302,7 @@ public class HDRRenderer implements SceneProcessor {
// loadInitial() // loadInitial()
fsQuad = new Picture("HDR Fullscreen Quad"); fsQuad = new Picture("HDR Fullscreen Quad");
Format lumFmt = Format.Luminance8; Format lumFmt = Format.RGB8;
scene64FB = new FrameBuffer(64, 64, 1); scene64FB = new FrameBuffer(64, 64, 1);
scene64 = new Texture2D(64, 64, lumFmt); scene64 = new Texture2D(64, 64, lumFmt);
scene64FB.setColorTexture(scene64); scene64FB.setColorTexture(scene64);

Loading…
Cancel
Save