AoConfig

public enum AoConfig

Defines the configuration modes for the AoCalculator. This determine the appearance of smooth lighting.

Entries

VANILLA
Link copied to clipboard
VANILLA
Quads will be lit with a slightly modified copy of the vanilla ambientocclusion calculator.
ENHANCED
Link copied to clipboard
ENHANCED
Quads are lit with enhanced lighting logic.
EMULATE
Link copied to clipboard
EMULATE
Enhanced lighting is configured to mimic vanilla lighting.
HYBRID
Link copied to clipboard
HYBRID
Quads from vanilla models are lit using EMULATE mode and allother quads are lit using ENHANCED mode.

Functions

describeConstable
Link copied to clipboard
abstract Optional<? extends ConstantDescdescribeConstable()
valueOf
Link copied to clipboard
static AoConfig valueOf(String name)
values
Link copied to clipboard
static Array<AoConfigvalues()

Sources

jvm source
Link copied to clipboard