Difference between revisions of "HPL3/Community/Scripting/Classes/ilowlevelgraphics"

From Frictional Wiki
Jump to navigation Jump to search
(Upload classes to sub)
 
(No difference)

Latest revision as of 11:11, 30 July 2020

iLowLevelGraphics

Fields

iLowLevelGraphics has no public fields.

Functions

Return Type Function Name Parameters Description
void SetVsyncMode eVSyncMode aMode
void SetDisplayMode eDisplayMode aMode
cVector2f GetScreenSizeFloat
const cVector2l& GetScreenSizeInt
void SetBrightness float afX
void DrawLine const cVector3f &in avBegin,
const cVector3f &in avEnd,
const cColor &in aCol
void DrawBoxMinMax const cVector3f &in avMin,
const cVector3f &in avMax,
const cColor &in aCol
void DrawSphere const cVector3f &in avPos,
float afRadius,
const cColor &in aCol,
int alSegments = 32
void DrawLineQuad const cVector3f& avPos,
const cVector2f& avSize,
const cColor &in aCol
tString GetGraphicsInfo
int GetNumDisplays

Remarks

Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!