public abstract static class DwFoldingTile.TileData extends Object
Modifier and Type | Field and Description |
---|---|
float[] |
BOUNDS_2D |
int[][] |
EDGES |
int |
EDGES_COUNT |
int[][] |
FACES |
int[] |
FACES_COL |
int |
FACES_COUNT |
int[] |
HILO |
int[][] |
SPRINGS_R |
int[][] |
SPRINGS_S |
DwFoldingTile.TileStyle |
style |
float[][] |
TEX_COORDS |
float[][] |
VERTS |
int |
VERTS_COUNT |
Constructor and Description |
---|
TileData() |
Modifier and Type | Method and Description |
---|---|
void |
computeBounds() |
void |
createTexcoords() |
void |
finishDefinition() |
abstract int[] |
getVertsIDX(int[][] faces,
int[] vid) |
public DwFoldingTile.TileStyle style
public int VERTS_COUNT
public int FACES_COUNT
public int EDGES_COUNT
public int[] HILO
public int[] FACES_COL
public float[][] VERTS
public int[][] FACES
public int[][] EDGES
public int[][] SPRINGS_R
public int[][] SPRINGS_S
public float[][] TEX_COORDS
public float[] BOUNDS_2D
Processing library PixelFlow by Thomas Diewald. (c) 2017