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