Skip to content

colorwheel.properties

blend.<program> = <off | src dst srcA dstA>
blend.<program>.<buffer> = <off | src dst srcA dstA>

This property is the same as Iris’ blend property.
This is kept separate from shader.properties to allow users of creating patches without overriding any shaderpack file.

shadow.enabled = <true | false>

Enable/disable shadows from Flywheel entities, block entities and effects.

• Toggle:

oit = <true | false>
oit.<program group> = <true | false>

Enable or disable the OIT.
program group: gbuffers or shadow.

• Coefficients Buffers:

blend.<program group>.coefficientRanks = <rank0>[,rank1][,rank2][,...]

Declares the coefficients ranks.
program group: gbuffers or shadow.
rank: the rank of the coefficients buffer, between 1 and 3.

• Accumulation Buffers:

blend.<program group>.<buffer> = <coeffBufferID | frontmost>

Sets the transparency mode of the accumulate buffer associated with the buffer.
program group: gbuffers or shadow.
buffer: colortexN with gbuffers, shadowcolorN with shadow.
coeffBufferID: the index of the coefficient buffer declared with coefficientRanks.

blend.<program group>.<buffer>.format = <image format>

Sets the texture format for the accumulate buffer associated with the buffer.
program group: gbuffers or shadow.
buffer: colortexN with gbuffers, shadowcolorN with shadow.
image format: the image format of the accumulate buffer.