C# 클래스 ColladaXna.Base.Materials.NormalMap

A normal map according to the dot3 bump mapping technique
상속: TextureProperty
파일 보기 프로젝트 열기: Bunkerbewohner/ColladaXna

공개 메소드들

메소드 설명
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