C# 클래스 Ms3dLoader.Triangle

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

공개 프로퍼티들

프로퍼티 타입 설명
flags System.Flags
groupIndex byte
normals Vector3[]
s float[]
smoothingGroup byte
t float[]
vertexIndices ushort[]

공개 메소드들

메소드 설명
ToString ( ) : string
Triangle ( BinaryReader r ) : System

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Triangle() 공개 메소드

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

프로퍼티 상세

flags 공개적으로 프로퍼티

public Flags,System flags
리턴 System.Flags

groupIndex 공개적으로 프로퍼티

public byte groupIndex
리턴 byte

normals 공개적으로 프로퍼티

public Vector3[] normals
리턴 Vector3[]

s 공개적으로 프로퍼티

public float[] s
리턴 float[]

smoothingGroup 공개적으로 프로퍼티

public byte smoothingGroup
리턴 byte

t 공개적으로 프로퍼티

public float[] t
리턴 float[]

vertexIndices 공개적으로 프로퍼티

public ushort[] vertexIndices
리턴 ushort[]