Modifier and Type | Field and Description |
---|---|
protected List<? extends Position> |
positions
The shape's boundary positions.
|
protected FloatBuffer |
vertexBuffer
The shape's computed vertices, arranged in a buffer.
|
protected Vec4[] |
vertices
The shape's computed vertices, arranged in one array.
|
Constructor and Description |
---|
BoundaryInfo(List<? extends Position> positions)
Construct an instance for a specified boundary.
|
protected FloatBuffer vertexBuffer
protected Vec4[] vertices