类 NormalAttribute
java.lang.Object
committee.nova.mods.avaritia.api.client.render.pipeline.VertexAttribute<Vector3[]>
committee.nova.mods.avaritia.api.client.render.pipeline.attribute.NormalAttribute
- 所有已实现的接口:
IVertexOperation
Apples normals to the render operation. If the model is a planar model it uses known normals.
-
嵌套类概要
从接口继承的嵌套类/接口 committee.nova.mods.avaritia.api.client.render.pipeline.IVertexOperation
IVertexOperation.VertexOperationRegistry -
字段概要
字段从类继承的字段 committee.nova.mods.avaritia.api.client.render.pipeline.VertexAttribute
active -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleanload(CCRenderState ccrs) 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 modelvoidoperate(CCRenderState ccrs) Perform the operation on the current render state从类继承的方法 committee.nova.mods.avaritia.api.client.render.pipeline.VertexAttribute
operationID
-
字段详细资料
-
attributeKey
-
-
构造器详细资料
-
NormalAttribute
public NormalAttribute()
-
-
方法详细资料
-
load
从接口复制的说明:IVertexOperationLoad 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
从接口复制的说明:IVertexOperationPerform the operation on the current render state
-