C# Class Render.RenderRequests.AvatarRRBase

Inheritance: RenderRequestBase, IAvatarRenderRequest
Mostrar archivo Open project: GoodAI/BrainSimulator

Private Properties

Property Type Description

Public Methods

Method Description
Init ( ) : void
Update ( ) : void

Protected Methods

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

Method Details

AvatarRRBase() protected method

protected AvatarRRBase ( int avatarID ) : System
avatarID int
return System

Get2DViewMatrix() protected method

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

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

Init() public method

public Init ( ) : void
return void

Update() public method

public Update ( ) : void
return void