mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 21:29:17 +01:00
major housecleaning and setting up NEW_GRAPHICS inside PGraphics
This commit is contained in:
@@ -60,7 +60,7 @@ public interface PMethods {
|
||||
|
||||
public void texture(PImage image);
|
||||
|
||||
public void textureMode(int textureMode);
|
||||
public void textureMode(int mode);
|
||||
|
||||
public void normal(float nx, float ny, float nz);
|
||||
|
||||
@@ -83,6 +83,8 @@ public interface PMethods {
|
||||
|
||||
public void endShape();
|
||||
|
||||
public void render_lines();
|
||||
|
||||
public void point(float x, float y);
|
||||
|
||||
public void point(float x, float y, float z);
|
||||
@@ -214,7 +216,7 @@ public interface PMethods {
|
||||
|
||||
public void beginCamera();
|
||||
|
||||
public void cameraMode(int icameraMode);
|
||||
public void cameraMode(int mode);
|
||||
|
||||
public void endCamera();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user