Package com.jozufozu.flywheel.core.model
Class ModelTransformer.Context
java.lang.Object
com.jozufozu.flywheel.core.model.ModelTransformer.Context
- Enclosing class:
- ModelTransformer
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanDo we need to include the PoseStack transforms in our transformation of the normal?booleanDo we need to bake diffuse lighting into the output colors? -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fullNormalTransform
public boolean fullNormalTransformDo we need to include the PoseStack transforms in our transformation of the normal? -
outputColorDiffuse
public boolean outputColorDiffuseDo we need to bake diffuse lighting into the output colors?
-
-
Constructor Details
-
Context
public Context()
-