SCNLightingModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constants for use with the LightingModelName property, which defines the way lights and materials combine to produce a particular rendered color.
public static class SCNLightingModel
type SCNLightingModel = class
- Inheritance
-
SCNLightingModel
Properties
| Name | Description |
|---|---|
| Blinn |
Represents the value associated with the constant SCNLightingModelBlinn |
| Constant |
Represents the value associated with the constant SCNLightingModelConstant |
| Lambert |
Represents the value associated with the constant SCNLightingModelLambert |
| Phong |
Represents the value associated with the constant SCNLightingModelPhong |
| PhysicallyBased | |
| ShadowOnly |
Represents the value associated with the constant 'SCNLightingModelShadowOnly'. |