C# Class ColladaXna.Base.Materials.NormalMap

A normal map according to the dot3 bump mapping technique
Inheritance: TextureProperty
Afficher le fichier Open project: Bunkerbewohner/ColladaXna

Méthodes publiques

Méthode 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 méthode

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

NormalMap() public méthode

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
Résultat System

NormalMap() public méthode

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
Résultat System