Class OBJModel.ModelSettings
java.lang.Object
net.minecraftforge.client.model.obj.OBJModel.ModelSettings
- Enclosing class:
- OBJModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanboolean -
Constructor Summary
ConstructorsConstructorDescriptionModelSettings(ResourceLocation modelLocation, boolean detectCullableFaces, boolean diffuseLighting, boolean flipV, boolean ambientToFullbright, String materialLibraryOverrideLocation) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequals(OBJModel.ModelSettings that)inthashCode()
-
Field Details
-
modelLocation
-
detectCullableFaces
public final boolean detectCullableFaces -
diffuseLighting
public final boolean diffuseLighting -
flipV
public final boolean flipV -
ambientToFullbright
public final boolean ambientToFullbright -
materialLibraryOverrideLocation
-
-
Constructor Details
-
ModelSettings
public ModelSettings(@Nonnull ResourceLocation modelLocation, boolean detectCullableFaces, boolean diffuseLighting, boolean flipV, boolean ambientToFullbright, @Nullable String materialLibraryOverrideLocation)
-
-
Method Details