public class JsonVertex
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
javax.vecmath.Vector3f |
normal |
javax.vecmath.Point3f |
pos |
javax.vecmath.Point2f |
uv |
Constructor and Description |
---|
JsonVertex(MutableVertex vertex) |
Modifier and Type | Method and Description |
---|---|
void |
loadInto(MutableVertex vertex) |
public javax.vecmath.Point3f pos
public javax.vecmath.Vector3f normal
public javax.vecmath.Point2f uv
public JsonVertex(MutableVertex vertex)
public void loadInto(MutableVertex vertex)