C# 클래스 Render.RenderRequests.FreeMapRR

상속: RRBase, IFreeMapRR
파일 보기 프로젝트 열기: GoodAI/BrainSimulator

공개 메소드들

메소드 설명
Draw ( ) : void
SetPositionCenter ( float x, float y, float z ) : void
Update ( ) : void

보호된 메소드들

메소드 설명
Get3DViewMatrix ( System.Vector3 cameraPos, System.Vector3 cameraDirection = null, System.Vector3 up = null ) : System.Matrix

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Get3DViewMatrix() 보호된 메소드

protected Get3DViewMatrix ( System.Vector3 cameraPos, System.Vector3 cameraDirection = null, System.Vector3 up = null ) : System.Matrix
cameraPos System.Vector3
cameraDirection System.Vector3
up System.Vector3
리턴 System.Matrix

SetPositionCenter() 공개 메소드

public SetPositionCenter ( float x, float y, float z ) : void
x float
y float
z float
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void