LambertMaterial

LambertMaterial

Overview

LambertMaterial is a class in Aspose.3D FOSS for .NET. Inherits from: Material.

Lambert material with diffuse lighting

Properties

NameTypeAccessDescription
AmbientVector4Read/WriteRepresents the ambient color component as a Vector4
DiffuseVector4Read/Write
EmissiveVector4Read/Write
ReflectiveVector4Read/Write
ReflectivityfloatRead/WriteDefines the scalar reflectivity factor of the material
TransparencyfloatRead/WriteDefines the scalar transparency (alpha) of the material
IndexOfRefractionfloatRead/WriteSpecifies the material’s index of refraction for light bending
TexturestringRead/WriteHolds the file path or identifier of the texture applied to the material

Methods

SignatureDescription
LambertMaterial()Initializes a LambertMaterial and sets its name to the given string
LambertMaterial(name: string)Material name

See Also