Contents

applyPostProcessToneMap

A Boolean value that determines whether RealityKit will tonemap the output of this material.

Declaration

var applyPostProcessToneMap: Bool

Discussion

If true, the created UnlitMaterial.Program will tonemap its color output to better match the rest of the scene; if false, the created UnlitMaterial.Program will output its color without modification.

Default value is true.