Difference between revisions of "HPL3/SOMA/Scripting/iLowLevelGraphics"
Jump to navigation
Jump to search
(Created page with "{{ScriptingStub}} Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki! ==Fields== iLowLevelGraphics has no public fields....") |
|||
Line 36: | Line 36: | ||
| <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetVsyncMode || [[../eVSyncMode|<syntaxhighlight lang="c++" inline>eVSyncMode aMode</syntaxhighlight>]] || | | <syntaxhighlight lang="c++" inline>void</syntaxhighlight> || SetVsyncMode || [[../eVSyncMode|<syntaxhighlight lang="c++" inline>eVSyncMode aMode</syntaxhighlight>]] || | ||
|} | |} | ||
+ | |||
+ | {{ReferencesSection}} | ||
{{HPL3SOMAScriptingCategories}} | {{HPL3SOMAScriptingCategories}} | ||
__FORCETOC__ | __FORCETOC__ |
Latest revision as of 16:02, 6 August 2020
This page has been automatically generated, but it needs descriptions added to the various fields/functions in order to be complete. |
Have some helpful descriptions to add to this class? Edit this page and add your insight to the Wiki!
Contents
Fields
iLowLevelGraphics has no public fields.
Functions
Return Type | Function Name | Parameters | Description |
---|---|---|---|
void |
DrawBoxMinMax | const cVector3f &in avMin ,const cVector3f &in avMax ,const cColor &in aCol |
|
void |
DrawLine | const cVector3f &in avBegin ,const cVector3f &in avEnd ,const cColor &in aCol |
|
void |
DrawLineQuad | const cVector3f& avPos ,const cVector2f& avSize ,const cColor &in aCol |
|
void |
DrawSphere | const cVector3f &in avPos ,float afRadius ,const cColor &in aCol ,int alSegments = 32 |
|
tString |
GetGraphicsInfo | ||
int |
GetNumDisplays | ||
cVector2f |
GetScreenSizeFloat | ||
const cVector2l& |
GetScreenSizeInt | ||
cVector2l |
GetWindowPosition | ||
void |
SetBrightness | float afX |
|
void |
SetDisplayMode | eDisplayMode aMode |
|
void |
SetVsyncMode | eVSyncMode aMode |