java.lang.Object
committee.nova.mods.avaritia.api.client.render.pipeline.VertexAttribute<int[]>
committee.nova.mods.avaritia.api.client.render.pipeline.attribute.SideAttribute
所有已实现的接口:
IVertexOperation

public class SideAttribute extends VertexAttribute<int[]>
Sets the side state in CCRS based on the provided model. If the model does not have side data it requires normals.
  • 字段详细资料

    • attributeKey

      public static final AttributeKey<int[]> attributeKey
  • 构造器详细资料

    • SideAttribute

      public SideAttribute()
  • 方法详细资料

    • load

      public boolean load(CCRenderState ccrs)
      从接口复制的说明: IVertexOperation
      Load any required references and add dependencies to the pipeline based on the current model (may be null) Return false if this operation is redundant in the pipeline with the given model
    • operate

      public void operate(CCRenderState ccrs)
      从接口复制的说明: IVertexOperation
      Perform the operation on the current render state