mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
cleanup of naming in PGraphics
This commit is contained in:
@@ -60,7 +60,7 @@ public interface PMethods {
|
||||
|
||||
public void texture(PImage image);
|
||||
|
||||
public void textureMode(int texture_mode);
|
||||
public void textureMode(int textureMode);
|
||||
|
||||
public void normal(float nx, float ny, float nz);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user