Offscreen rendering without FBOs is working.

This commit is contained in:
codeanticode
2010-09-02 17:22:27 +00:00
parent ab419d0c4b
commit 8d3fdf33ef

View File

@@ -976,10 +976,6 @@ public class PGraphicsAndroid3D extends PGraphics {
}
} else {
if (!fboSupported) {
throw new RuntimeException("PGraphicsAndroid3D: offscreen rendering requires FBO extension.");
}
if (offscreenFramebuffer == null) {
createOffscreenFramebuffer();
}