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 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
 - 
sort
int[] sort(org.joml.Vector3f[] p_277527_)  
 -