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

public class NormalAttribute extends VertexAttribute<Vector3[]>
Apples normals to the render operation. If the model is a planar model it uses known normals.
  • 字段详细资料

  • 构造器详细资料

    • NormalAttribute

      public NormalAttribute()
  • 方法详细资料

    • 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