Contents

LightingModel

The lighting model used by a Program Swift.struct.

Declaration

enum LightingModel

Overview

This must match the type of the surface output node in the ShaderGraph. For example, a graph whose surface node is a PBR surface shader requires .lit.

Topics

Creating a lit model

Creating an unlit model

Creating a hair model

See Also

Lighting models