C# 클래스 LinesAxes, Stereoscopic_Scatterplot

상속: MonoBehaviour
파일 보기 프로젝트 열기: noahfreedman/Stereoscopic_Scatterplot

공개 프로퍼티들

프로퍼티 타입 설명
shader Shader

공개 메소드들

메소드 설명
AddLine ( Mesh m, Vector3 quad, bool tmp ) : void
Draw ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
Update1 ( ) : void
processInput ( ) : void

비공개 메소드들

메소드 설명
GetNewPoint ( ) : Vector3
MakeQuad ( Vector3 s, Vector3 e, float w ) : Vector3[]
resizeTraingles ( int ovs, int ns ) : int[]
resizeVertices ( Vector3 ovs, int ns ) : Vector3[]

메소드 상세

AddLine() 공개 메소드

public AddLine ( Mesh m, Vector3 quad, bool tmp ) : void
m Mesh
quad Vector3
tmp bool
리턴 void

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

Update1() 공개 메소드

public Update1 ( ) : void
리턴 void

processInput() 공개 메소드

public processInput ( ) : void
리턴 void

프로퍼티 상세

shader 공개적으로 프로퍼티

public Shader shader
리턴 Shader