接口 IForgeVertexFormat

所有已知实现类:
VertexFormat

public interface IForgeVertexFormat
Extension interface for VertexFormat.
  • 方法详细资料

    • getElements

      List<VertexFormatElement> getElements()
    • hasPosition

      default boolean hasPosition()
    • hasNormal

      default boolean hasNormal()
    • hasColor

      default boolean hasColor()
    • hasUV

      default boolean hasUV(int which)