C# Class ColladaXna.Base.Materials.NormalMap

A normal map according to the dot3 bump mapping technique
Inheritance: TextureProperty
Show file Open project: Bunkerbewohner/ColladaXna

Public Methods

Method Description
NormalMap ( ) : System

Creates an empty normal map with no texture and the default normal mapping type (Dot3 Bump Mapping).

NormalMap ( ColladaXna.Base.Materials.TextureReference texture ) : System

Creates a default normal map with given texture and Dot3 Bump Mapping.

NormalMap ( ColladaXna.Base.Materials.TextureReference texture, NormalMapType type ) : System

Creates a normal map with given texture and type

Method Details

NormalMap() public method

Creates an empty normal map with no texture and the default normal mapping type (Dot3 Bump Mapping).
public NormalMap ( ) : System
return System

NormalMap() public method

Creates a default normal map with given texture and Dot3 Bump Mapping.
public NormalMap ( ColladaXna.Base.Materials.TextureReference texture ) : System
texture ColladaXna.Base.Materials.TextureReference
return System

NormalMap() public method

Creates a normal map with given texture and type
public NormalMap ( ColladaXna.Base.Materials.TextureReference texture, NormalMapType type ) : System
texture ColladaXna.Base.Materials.TextureReference Texture reference
type NormalMapType Type of normal mapping
return System