C# 클래스 THREE.Face3

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

공개 프로퍼티들

프로퍼티 타입 설명
a int
b int
c int
color Color
materialIndex int
normal Vector3
vertexNormals THREE.Vector3[]

공개 메소드들

메소드 설명
Face3 ( int a, int b, int c ) : System
Face3 ( int a, int b, int c, Vector3 normal, Color color, int materialIndex ) : System
clone ( ) : Face3

메소드 상세

Face3() 공개 메소드

public Face3 ( int a, int b, int c ) : System
a int
b int
c int
리턴 System

Face3() 공개 메소드

public Face3 ( int a, int b, int c, Vector3 normal, Color color, int materialIndex ) : System
a int
b int
c int
normal Vector3
color Color
materialIndex int
리턴 System

clone() 공개 메소드

public clone ( ) : Face3
리턴 Face3

프로퍼티 상세

a 공개적으로 프로퍼티

a — Vertex A index.
public int a
리턴 int

b 공개적으로 프로퍼티

b — Vertex B index.
public int b
리턴 int

c 공개적으로 프로퍼티

c — Vertex C index.
public int c
리턴 int

color 공개적으로 프로퍼티

Face color.
public Color,THREE color
리턴 Color

materialIndex 공개적으로 프로퍼티

Material index (points to MultiMaterial.materials).
public int materialIndex
리턴 int

normal 공개적으로 프로퍼티

Face normal.
public Vector3,THREE normal
리턴 Vector3

vertexNormals 공개적으로 프로퍼티

Array of 3 vertex normals.
public Vector3[],THREE vertexNormals
리턴 THREE.Vector3[]