C# Class Poonya.SEA3D.Objects.Techniques.PhongTech

Inheritance: TechBase
Datei anzeigen Open project: sunag/sea3d Class Usage Examples

Public Properties

Property Type Description
ambientColor int
diffuseColor int
gloss float
specular float
specularColor int

Public Methods

Method Description
PhongTech ( ) : System
Write ( ) : ByteArray

Method Details

PhongTech() public method

public PhongTech ( ) : System
return System

Write() public method

public Write ( ) : ByteArray
return ByteArray

Property Details

ambientColor public_oe property

public int ambientColor
return int

diffuseColor public_oe property

public int diffuseColor
return int

gloss public_oe property

public float gloss
return float

specular public_oe property

public float specular
return float

specularColor public_oe property

public int specularColor
return int