PhongMaterial

PhongMaterial

Overview

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

PhongMaterial.Specular holds the material’s specular color as a Vector4 (RGBA).

Properties

NameTypeAccessDescription
SpecularVector4Read/WriteHolds the material’s specular color as a Vector4 (RGBA)
ShininessfloatRead/WriteDefines the intensity of the specular highlight
SpecularPowerfloatRead/WriteSets the exponent controlling the sharpness of the specular highlight

Methods

SignatureDescription
PhongMaterial()
PhongMaterial(name: string)

See Also