C# Class Render.RenderRequests.FreeMapRR

Inheritance: RRBase, IFreeMapRR
ファイルを表示 Open project: GoodAI/BrainSimulator

Public Methods

Method Description
Draw ( ) : void
SetPositionCenter ( float x, float y, float z ) : void
Update ( ) : void

Protected Methods

Method Description
Get3DViewMatrix ( System.Vector3 cameraPos, System.Vector3 cameraDirection = null, System.Vector3 up = null ) : System.Matrix

Method Details

Draw() public method

public Draw ( ) : void
return void

Get3DViewMatrix() protected method

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

SetPositionCenter() public method

public SetPositionCenter ( float x, float y, float z ) : void
x float
y float
z float
return void

Update() public method

public Update ( ) : void
return void