Class BlockVertexList.Shaded
java.lang.Object
com.jozufozu.flywheel.core.vertex.AbstractVertexList
com.jozufozu.flywheel.core.vertex.BlockVertexList
com.jozufozu.flywheel.core.vertex.BlockVertexList.Shaded
- All Implemented Interfaces:
ShadedVertexList,VertexList,AutoCloseable
- Enclosing class:
- BlockVertexList
-
Nested Class Summary
Nested classes/interfaces inherited from class com.jozufozu.flywheel.core.vertex.BlockVertexList
BlockVertexList.Shaded -
Field Summary
Fields inherited from class com.jozufozu.flywheel.core.vertex.AbstractVertexList
base, contents, vertexCount -
Constructor Summary
ConstructorsConstructorDescriptionShaded(ByteBuffer copyFrom, int vertexCount, int stride, int unshadedStartVertex) -
Method Summary
Methods inherited from class com.jozufozu.flywheel.core.vertex.BlockVertexList
getA, getB, getG, getLight, getNX, getNY, getNZ, getR, getU, getV, getX, getY, getZ, isEmptyMethods inherited from class com.jozufozu.flywheel.core.vertex.AbstractVertexList
close, getVertexCount
-
Constructor Details
-
Shaded
-
-
Method Details
-
isShaded
public boolean isShaded(int index) - Specified by:
isShadedin interfaceShadedVertexList
-