diff --git a/core/src/processing/opengl/PShapeOpenGL.java b/core/src/processing/opengl/PShapeOpenGL.java index c52a0a0d0..4de45355d 100644 --- a/core/src/processing/opengl/PShapeOpenGL.java +++ b/core/src/processing/opengl/PShapeOpenGL.java @@ -498,7 +498,7 @@ public class PShapeOpenGL extends PShape { // Shape creation (temporary hack) - static protected PShapeOpenGL createShape3D(PApplet parent, PShape src) { + public static PShapeOpenGL createShape3D(PApplet parent, PShape src) { PShapeOpenGL dest = null; if (src.getFamily() == GROUP) { dest = PGraphics3D.createShapeImpl(parent, GROUP);