C# 클래스 THREE.Geometry

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

공개 프로퍼티들

프로퍼티 타입 설명
buffersNeedUpdate bool
colorsNeedUpdate bool
elementsNeedUpdate bool
faces THREE.Face3[]
groupsNeedUpdate bool
lineDistancesNeedUpdate bool
normalsNeedUpdate bool
tangentsNeedUpdate bool
uvsNeedUpdate bool
vertices Vector3[]
verticesNeedUpdate bool

공개 메소드들

메소드 설명
applyMatrix ( object p ) : void
computeBoundingSphere ( ) : void
computeFaceNormals ( ) : void
computeMorphNormals ( ) : void
computeVertexNormals ( ) : void
dispose ( ) : void

메소드 상세

applyMatrix() 공개 메소드

public applyMatrix ( object p ) : void
p object
리턴 void

computeBoundingSphere() 공개 메소드

public computeBoundingSphere ( ) : void
리턴 void

computeFaceNormals() 공개 메소드

public computeFaceNormals ( ) : void
리턴 void

computeMorphNormals() 공개 메소드

public computeMorphNormals ( ) : void
리턴 void

computeVertexNormals() 공개 메소드

public computeVertexNormals ( ) : void
리턴 void

dispose() 공개 메소드

public dispose ( ) : void
리턴 void

프로퍼티 상세

buffersNeedUpdate 공개적으로 프로퍼티

public bool buffersNeedUpdate
리턴 bool

colorsNeedUpdate 공개적으로 프로퍼티

Set to true if the colors array has been updated.
public bool colorsNeedUpdate
리턴 bool

elementsNeedUpdate 공개적으로 프로퍼티

Set to true if the faces array has been updated.
public bool elementsNeedUpdate
리턴 bool

faces 공개적으로 프로퍼티

public Face3[],THREE faces
리턴 THREE.Face3[]

groupsNeedUpdate 공개적으로 프로퍼티

public bool groupsNeedUpdate
리턴 bool

lineDistancesNeedUpdate 공개적으로 프로퍼티

Set to true if the linedistances array has been updated.
public bool lineDistancesNeedUpdate
리턴 bool

normalsNeedUpdate 공개적으로 프로퍼티

Set to true if the normals array has been updated.
public bool normalsNeedUpdate
리턴 bool

tangentsNeedUpdate 공개적으로 프로퍼티

public bool tangentsNeedUpdate
리턴 bool

uvsNeedUpdate 공개적으로 프로퍼티

Set to true if the uvs array has been updated.
public bool uvsNeedUpdate
리턴 bool

vertices 공개적으로 프로퍼티

public Vector3[] vertices
리턴 Vector3[]

verticesNeedUpdate 공개적으로 프로퍼티

Set to true if the vertices array has been updated.
public bool verticesNeedUpdate
리턴 bool