private static Matrix4f getMatrix(EnumFacing facing){
switch(facing){
case NORTH: return ModelRotation.X0_Y0.getMatrix();
case SOUTH: return ModelRotation.X0_Y180.getMatrix();
case WEST: return ModelRotation.X0_Y270.getMatrix();
case EAST: return ModelRotation.X0_Y90.getMatrix();
default: return new Matrix4f();
}
}
ModelCable.java 文件源码
java
阅读 23
收藏 0
点赞 0
评论 0
项目:ARKCraft
作者:
评论列表
文章目录