类 VertexAttribute<T>
java.lang.Object
committee.nova.mods.avaritia.api.client.render.pipeline.VertexAttribute<T>
- 类型参数:
T- The type for this attribute eg. int[], Vector3[]
- 所有已实现的接口:
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-
嵌套类概要
从接口继承的嵌套类/接口 committee.nova.mods.avaritia.api.client.render.pipeline.IVertexOperation
IVertexOperation.VertexOperationRegistry -
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 committee.nova.mods.avaritia.api.client.render.pipeline.IVertexOperation
load, operate
-
字段详细资料
-
active
public boolean activeSet to true when the attribute is part of the pipeline. Should only be managed by CCRenderState when constructing the pipeline
-
-
构造器详细资料
-
VertexAttribute
-
-
方法详细资料
-
operationID
public int operationID()从接口复制的说明:IVertexOperationGet 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
-