Package com.mojang.blaze3d.vertex
Interface VertexSorting
public interface VertexSorting
-
Nested Class Summary
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VertexSorting
byDistance
(float p_277642_, float p_277654_, float p_278092_) static VertexSorting
byDistance
(VertexSorting.DistanceFunction p_277530_) 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_)
-