fixing the f-ers

This commit is contained in:
benfry
2005-02-14 19:37:32 +00:00
parent f1a4a5ab5e
commit 2ec37faaa1
8 changed files with 557 additions and 488 deletions

View File

@@ -182,7 +182,7 @@ public class PTriangle implements PConstants
private int m_index;
/** */
private PGraphics parent;
private PGraphics3 parent;
/** */
private boolean m_culling;
@@ -193,7 +193,7 @@ public class PTriangle implements PConstants
/** */
private boolean m_bilinear;
public PTriangle(PGraphics g) {
public PTriangle(PGraphics3 g) {
//SCREEN_WIDTH = g.width;
//SCREEN_HEIGHT = g.height;
//SCREEN_WIDTH1 = SCREEN_WIDTH-1;