Package com.mojang.blaze3d.vertex
Interface VertexSorting
public interface VertexSorting
- 
Nested Class SummaryNested Classes
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic VertexSortingbyDistance(float p_277642_, float p_277654_, float p_278092_) static VertexSortingbyDistance(VertexSorting.DistanceFunction p_277530_) static VertexSortingbyDistance(org.joml.Vector3f p_277725_) int[]sort(org.joml.Vector3f[] p_277527_) 
- 
Field Details- 
DISTANCE_TO_ORIGIN
- 
ORTHOGRAPHIC_Z
 
- 
- 
Method Details- 
byDistance
- 
byDistance
- 
byDistance
- 
sortint[] sort(org.joml.Vector3f[] p_277527_) 
 
-