Package codechicken.lib.model.pipeline
package codechicken.lib.model.pipeline
-
ClassDescriptionThe BakedPipeline! Basically this allows us to efficiently transform a BakedQuad, the Pipeline has Elements, each element has a name, state and a transformer, you can enable and disable elements easily, you can also grab the underlying transformer for the element if you need to set its state before rendering.The builder associated with the BakedPipeline.BakedPipeline.PipelineElement<T extends IPipelineConsumer>Internal class, used to hold a PipelineElement's state.Anything implementing this may be used in the BakedPipeline.IPipelineElementFactory<T extends IPipelineConsumer>Base class for a simple QuadTransformer.