Click or drag to resize

MaterialShadingModelEnum Enumeration

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum ShadingModelEnum
Members
  Member nameValueDescription
Lit0
Subsurface1
Foliage2
Cloth3
Simple4 Formula is BaseColor * 'light color' + Emissive. Usable for billboard materials.
Unlit5
See Also