java.lang.Object
committee.nova.mods.avaritia.api.client.render.pipeline.VertexAttribute<T>
类型参数:
T - The type for this attribute eg. int[], Vector3[]
所有已实现的接口:
IVertexOperation
直接已知子类:
ColourAttribute, LightCoordAttribute, LightingAttribute, NormalAttribute, SideAttribute

public abstract class VertexAttribute<T> extends Object implements IVertexOperation
Management class for a vertex attribute such as colour, normal etc This class should handle the loading of the attribute from an Attribute provided by IVertexSource.getAttribute(AttributeKey) or the computation of this attribute from others
  • 字段详细资料

    • active

      public boolean active
      Set to true when the attribute is part of the pipeline. Should only be managed by CCRenderState when constructing the pipeline
  • 构造器详细资料

  • 方法详细资料

    • operationID

      public int operationID()
      从接口复制的说明: IVertexOperation
      Get the unique id representing this type of operation. Duplicate operation IDs within the pipeline may have unexpected results. ID should be obtained from CCRenderState.registerOperation() and stored in a static variable
      指定者:
      operationID 在接口中 IVertexOperation