类 ModelPart.Vertex
java.lang.Object
net.minecraft.client.model.geom.ModelPart.Vertex
- 封闭类:
- ModelPart
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
pos
public final org.joml.Vector3f pos -
u
public final float u -
v
public final float v
-
-
构造器详细资料
-
Vertex
public Vertex(float pX, float pY, float pZ, float pU, float pV) -
Vertex
public Vertex(org.joml.Vector3f pPos, float pU, float pV)
-
-
方法详细资料
-
remap
-