mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
last changes while preparing release 77
This commit is contained in:
@@ -64,14 +64,14 @@ public class PTriangle implements PConstants
|
||||
private float[] z_array;
|
||||
|
||||
// U,V coordinates
|
||||
private float[] u_array;
|
||||
private float[] v_array;
|
||||
private float[] u_array;
|
||||
private float[] v_array;
|
||||
|
||||
// Vertex Intensity
|
||||
private float[] r_array;
|
||||
private float[] g_array;
|
||||
private float[] b_array;
|
||||
private float[] a_array;
|
||||
private float[] r_array;
|
||||
private float[] g_array;
|
||||
private float[] b_array;
|
||||
private float[] a_array;
|
||||
|
||||
// vertex offsets
|
||||
private int o0;
|
||||
|
||||
Reference in New Issue
Block a user