C# Class idTech4.Renderer.idGuiModel

显示文件 Open project: iainmckay/idtech4.net Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
DrawStretchPicture ( Vertex vertices, int indexes, idMaterial material, bool clip, float minX, float minY, float maxX, float maxY ) : void
DrawStretchPicture ( float x, float y, float width, float height, float s, float t, float s2, float t2, idMaterial material ) : void
EmitFullScreen ( ) : void

Creates a view that covers the screen and emit the surfaces.

idGuiModel ( ) : System

Private Methods

Method Description
AdvanceSurface ( ) : void
EmitSurface ( GuiModelSurface surface, Matrix modelMatrix, Matrix modelViewMatrix, bool depthHack ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

DrawStretchPicture() public method

public DrawStretchPicture ( Vertex vertices, int indexes, idMaterial material, bool clip, float minX, float minY, float maxX, float maxY ) : void
vertices Vertex
indexes int
material idMaterial
clip bool
minX float
minY float
maxX float
maxY float
return void

DrawStretchPicture() public method

public DrawStretchPicture ( float x, float y, float width, float height, float s, float t, float s2, float t2, idMaterial material ) : void
x float
y float
width float
height float
s float
t float
s2 float
t2 float
material idMaterial
return void

EmitFullScreen() public method

Creates a view that covers the screen and emit the surfaces.
public EmitFullScreen ( ) : void
return void

idGuiModel() public method

public idGuiModel ( ) : System
return System