Class OBJModel.ModelSettings
java.lang.Object
net.minecraftforge.client.model.obj.OBJModel.ModelSettings
- Enclosing class:
- OBJModel
-
Field Summary
Modifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
-
Constructor Summary
ConstructorDescriptionModelSettings(ResourceLocation modelLocation, boolean detectCullableFaces, boolean diffuseLighting, boolean flipV, boolean ambientToFullbright, String materialLibraryOverrideLocation)
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
equals(OBJModel.ModelSettings that)
int
hashCode()
-
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