mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
PShapeOpenGL.createShape3D() is public
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user