- fix HDRRenderer on OSX
git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@8261 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
parent
2eca2f0bdd
commit
fdd29d7be3
@ -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…
x
Reference in New Issue
Block a user