public class Vertex extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Vector3f |
normal |
protected Vector3f |
pos |
static int |
SIZE |
protected Vector2f |
texCor |
| Constructor and Description |
|---|
Vertex(float x,
float y,
float z,
float texX,
float texY) |
Vertex(Vector3f pos) |
Vertex(Vector3f pos,
Vector2f texCor) |
public static final int SIZE
protected Vector3f pos
protected Vector2f texCor
protected Vector3f normal
public Vertex(Vector3f pos)
public Vertex(float x,
float y,
float z,
float texX,
float texY)
Copyright © 2014. All rights reserved.