C# Class Render.RenderRequests.AvatarRRBase

Inheritance: RenderRequestBase, IAvatarRenderRequest
Afficher le fichier Open project: GoodAI/BrainSimulator

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Init ( ) : void
Update ( ) : void

Méthodes protégées

Méthode 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 méthode

protected AvatarRRBase ( int avatarID ) : System
avatarID int
Résultat System

Get2DViewMatrix() protected méthode

protected Get2DViewMatrix ( System.Vector3 cameraPos, System.Vector3 up = null ) : System.Matrix
cameraPos System.Vector3
up System.Vector3
Résultat System.Matrix

Get3DViewMatrix() protected méthode

protected Get3DViewMatrix ( System.Vector3 cameraPos, System.Vector3 cameraDirection = null, System.Vector3 up = null ) : System.Matrix
cameraPos System.Vector3
cameraDirection System.Vector3
up System.Vector3
Résultat System.Matrix

Init() public méthode

public Init ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void