C# Class NewTOAPIA.Modeling.ModelRenderer

Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
BeginScene ( ) : void
ClearBackBuffer ( ) : void
ClearBuffers ( ) : void
ClearDepthBuffer ( ) : void
ClearStencilBuffer ( ) : void
DisplayBackBuffer ( ) : void
Draw ( Geometry aGeometry ) : void
Draw ( byte aucBuffer ) : void
Draw ( int iX, int iY, ColorRGBA aColor, string aText ) : void
DrawScene ( IEnumerable aVisibleSet ) : void
EndScene ( ) : void
GetCamera ( ) : Camera
GetHeight ( ) : int
GetWidth ( ) : int
LoadFont ( string acFace, int iSize, bool bBold, bool bItalic ) : int
Resize ( int width, int height ) : void
SelectFont ( int iFontID ) : bool
SetCamera ( Camera aCamera ) : void
ToggleFullScreen ( ) : void
UnloadFont ( int iFontID ) : void

Method Details

BeginScene() public méthode

public BeginScene ( ) : void
Résultat void

ClearBackBuffer() public abstract méthode

public abstract ClearBackBuffer ( ) : void
Résultat void

ClearBuffers() public abstract méthode

public abstract ClearBuffers ( ) : void
Résultat void

ClearDepthBuffer() public abstract méthode

public abstract ClearDepthBuffer ( ) : void
Résultat void

ClearStencilBuffer() public abstract méthode

public abstract ClearStencilBuffer ( ) : void
Résultat void

DisplayBackBuffer() public abstract méthode

public abstract DisplayBackBuffer ( ) : void
Résultat void

Draw() public méthode

public Draw ( Geometry aGeometry ) : void
aGeometry Geometry
Résultat void

Draw() public abstract méthode

public abstract Draw ( byte aucBuffer ) : void
aucBuffer byte
Résultat void

Draw() public abstract méthode

public abstract Draw ( int iX, int iY, ColorRGBA aColor, string aText ) : void
iX int
iY int
aColor ColorRGBA
aText string
Résultat void

DrawScene() public méthode

public DrawScene ( IEnumerable aVisibleSet ) : void
aVisibleSet IEnumerable
Résultat void

EndScene() public méthode

public EndScene ( ) : void
Résultat void

GetCamera() public méthode

public GetCamera ( ) : Camera
Résultat NewTOAPIA.GL.Camera

GetHeight() public méthode

public GetHeight ( ) : int
Résultat int

GetWidth() public méthode

public GetWidth ( ) : int
Résultat int

LoadFont() public abstract méthode

public abstract LoadFont ( string acFace, int iSize, bool bBold, bool bItalic ) : int
acFace string
iSize int
bBold bool
bItalic bool
Résultat int

Resize() public méthode

public Resize ( int width, int height ) : void
width int
height int
Résultat void

SelectFont() public abstract méthode

public abstract SelectFont ( int iFontID ) : bool
iFontID int
Résultat bool

SetCamera() public méthode

public SetCamera ( Camera aCamera ) : void
aCamera NewTOAPIA.GL.Camera
Résultat void

ToggleFullScreen() public méthode

public ToggleFullScreen ( ) : void
Résultat void

UnloadFont() public abstract méthode

public abstract UnloadFont ( int iFontID ) : void
iFontID int
Résultat void