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

public class LightCoordAttribute extends VertexAttribute<LC[]>
Uses the position of the lightmatrix to compute LC if not provided
  • 字段详细资料

  • 构造器详细资料

    • LightCoordAttribute

      public LightCoordAttribute()
  • 方法详细资料

    • 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