public static interface Vertex.Factory<T extends Vertex>
Modifier and Type | Method and Description |
---|---|
T |
create() |
T |
create(float[] coordsBuffer,
int offset,
int length,
boolean onCurve) |
T |
create(float x,
float y,
float z,
boolean onCurve) |
T |
create(int id,
boolean onCurve,
float[] texCoordsBuffer) |
T |
create(Vertex src) |
Copyright 2010 JogAmp Community.