mirror of
https://github.com/processing/processing4.git
synced 2026-02-14 02:45:36 +01:00
Offscreen rendering without FBOs is working.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user