C# Class ColladaXna.Base.Materials.LightingModel

Material property describing the lighting model to be used, such as Blinn or Phong.
Inheritance: MaterialProperty
Show file Open project: Bunkerbewohner/ColladaXna

Public Methods

Method Description
GetValue ( ) : Object
LightingModel ( ) : System
LightingModel ( Model model ) : System

Method Details

GetValue() public method

public GetValue ( ) : Object
return Object

LightingModel() public method

public LightingModel ( ) : System
return System

LightingModel() public method

public LightingModel ( Model model ) : System
model Model
return System