Material(Color, Color, Single, Image) Constructor

NOTE: This member is now obsolete. Use the constructor that accepts the name as first parameter instead.

Obsolete Appearance constructor.
Public Sub New( _ 
ByVal ambient As Color, _ 
ByVal specular As Color, _ 
ByVal shininess As Single, _ 
ByVal texture As Image
)
This language is not supported or no code example is available.
public Material( 
Color ambient
Color specular
float shininess
Image texture 
)
This language is not supported or no code example is available.

Parameters

ambient
Color

Material ambient intensity

specular
Color

Material specular intensity

shininess
float

Material shininess factor (0-1)

texture
Image

Material texture image

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition