- fix HDRRenderer on OSX

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8261 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2011-09-16 23:16:12 +00:00
parent 2eca2f0bdd
commit fdd29d7be3

View File

@ -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);