CustomMaterial.LightingModel.lit
The entity renders using physically based rendering techniques without a clearcoat.
Declaration
case litDiscussion
A custom material using the CustomMaterial.LightingModel.lit lighting model uses physically based rendering techniques, but doesn’t render a clearcoat. If a CustomMaterial.LightingModel.lit material’s surface shader calls params.surface().set_clearcoat() or params.surface().set_clearcoat_roughness(), ReallityKit ignores it.