protected static class ExtrudedPolygon.ExtrudedBoundaryInfo extends Object
ShapeData.| Modifier and Type | Field and Description | 
|---|---|
| protected Vec4[] | baseVerticesThe vertices defining the boundary's base. | 
| protected IntBuffer | capEdgeIndicesIndices identifying the cap edges in the vertex buffer. | 
| protected IntBuffer | capFillIndicesIndices identifying the cap vertices in the vertex buffer. | 
| protected FloatBuffer | capNormalBufferA buffer holding the boundary cap's vertex normals. | 
| protected FloatBuffer | capVertexBufferA buffer holding the vertices defining the boundary's cap. | 
| protected Vec4[] | capVerticesThe vertices defining the boundary's cap. | 
| protected int | faceCountThe number of faces in the boundary. | 
| protected List<? extends LatLon> | locationsThe boundary vertices. | 
| protected IntBuffer | sideEdgeIndicesThe indices identifying the boundary's edge indices in the side-vertex buffer. | 
| protected IntBuffer | sideIndicesThe indices identifying the boundary's side faces in the side-vertex buffer. | 
| protected FloatBuffer | sideNormalBufferA buffer holding per-vertex normals. | 
| protected FloatBuffer | sideTextureCoordsThe texture coordinates to use when applying side textures, a coordinate pair for each of 4 corners. | 
| protected List<WWTexture> | sideTexturesThe textures to apply to this boundary, one per face. | 
| protected FloatBuffer | sideVertexBufferA buffer holding the side vertices. | 
| Constructor and Description | 
|---|
| ExtrudedBoundaryInfo(List<? extends LatLon> locations)Constructs a boundary info instance for a specified boundary. | 
protected Vec4[] baseVertices
protected IntBuffer capEdgeIndices
protected IntBuffer capFillIndices
protected FloatBuffer capNormalBuffer
protected FloatBuffer capVertexBuffer
protected Vec4[] capVertices
protected int faceCount
protected List<? extends LatLon> locations
protected IntBuffer sideEdgeIndices
protected IntBuffer sideIndices
protected FloatBuffer sideNormalBuffer
protected FloatBuffer sideTextureCoords
protected List<WWTexture> sideTextures
protected FloatBuffer sideVertexBuffer