C# Класс ColladaXna.Base.Materials.NormalMap

A normal map according to the dot3 bump mapping technique
Наследование: TextureProperty
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

NormalMap() публичный Метод

Creates an empty normal map with no texture and the default normal mapping type (Dot3 Bump Mapping).
public NormalMap ( ) : System
Результат System

NormalMap() публичный Метод

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
Результат System

NormalMap() публичный Метод

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
Результат System