Revision 596714ec
Added by Leszek Koltunski almost 8 years ago
src/main/java/org/distorted/examples/fbo/FBORenderer.java | ||
---|---|---|
70 | 70 |
{ |
71 | 71 |
if( mRoot!=null ) |
72 | 72 |
{ |
73 |
DistortedFramebuffer tmp = mRoot.getFramebuffer();
|
|
74 |
tmp.setDepthAttachment(depth);
|
|
73 |
DistortedFramebuffer fbo = mRoot.getFramebuffer();
|
|
74 |
fbo.setDepthAttachment(depth);
|
|
75 | 75 |
} |
76 | 76 |
} |
77 | 77 |
|
Also available in: Unified diff
progress with Postprocessing.