cleanup of naming in PGraphics

This commit is contained in:
benfry
2004-11-10 18:10:33 +00:00
parent 7d811e0f2e
commit 5aaef0ae6a
5 changed files with 272 additions and 248 deletions

View File

@@ -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);