C# 클래스 Ms3dLoader.Material

파일 보기 프로젝트 열기: tpb3d/TPB3D 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
alphaMapFile string
ambient System.Vector4
diffuse System.Vector4
emissive System.Vector4
mode sbyte
name string
shininess float
specular System.Vector4
textureFile string
transparency float

공개 메소드들

메소드 설명
GetOOGLMaterial ( string ms3dFileName ) : OOGL.Animation.Material
Material ( BinaryReader r ) : System
ToString ( ) : string

비공개 메소드들

메소드 설명
ReadColor ( BinaryReader reader ) : System.Vector4

메소드 상세

GetOOGLMaterial() 공개 메소드

public GetOOGLMaterial ( string ms3dFileName ) : OOGL.Animation.Material
ms3dFileName string
리턴 OOGL.Animation.Material

Material() 공개 메소드

public Material ( BinaryReader r ) : System
r System.IO.BinaryReader
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

alphaMapFile 공개적으로 프로퍼티

public string alphaMapFile
리턴 string

ambient 공개적으로 프로퍼티

public Vector4,System ambient
리턴 System.Vector4

diffuse 공개적으로 프로퍼티

public Vector4,System diffuse
리턴 System.Vector4

emissive 공개적으로 프로퍼티

public Vector4,System emissive
리턴 System.Vector4

mode 공개적으로 프로퍼티

public sbyte mode
리턴 sbyte

name 공개적으로 프로퍼티

public string name
리턴 string

shininess 공개적으로 프로퍼티

public float shininess
리턴 float

specular 공개적으로 프로퍼티

public Vector4,System specular
리턴 System.Vector4

textureFile 공개적으로 프로퍼티

public string textureFile
리턴 string

transparency 공개적으로 프로퍼티

public float transparency
리턴 float