Package com.mojang.blaze3d.vertex
Interface VertexSorting
public interface VertexSorting
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic VertexSortingbyDistance(float pX, float pY, float pZ) static VertexSortingbyDistance(VertexSorting.DistanceFunction pDistanceFunction) static VertexSortingbyDistance(org.joml.Vector3f pVector) int[]sort(org.joml.Vector3f[] pVectors)
-
Field Details
-
DISTANCE_TO_ORIGIN
-
ORTHOGRAPHIC_Z
-
-
Method Details
-
byDistance
-
byDistance
-
byDistance
-
sort
int[] sort(org.joml.Vector3f[] pVectors)
-