Free Electron
Classes | Namespaces | Functions | Variables
DrawMode.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe::ext::DrawMode
 Configuration for rendering such as line width and backface culling. More...
 

Namespaces

 fe
 kernel
 

Functions

String fe::print (ext::DrawMode::DrawStyle a_drawStyle)
 
String fe::print (ext::DrawMode::Coloring a_coloring)
 
String fe::print (const sp< ext::DrawMode > spDrawMode)
 

Variables

static char fe::ext::DrawStyleText [DrawMode::e_drawStyleCount][32]
 
static char fe::ext::ColoringText [DrawMode::e_coloringCount][32]
 

Variable Documentation

◆ ColoringText

char fe::ext::ColoringText[DrawMode::e_coloringCount][32]
static
Initial value:
=
{
"color",
"normal",
"tangent",
"uv",
"partition"
}

◆ DrawStyleText

char fe::ext::DrawStyleText[DrawMode::e_drawStyleCount][32]
static
Initial value:
=
{
"default",
"pointCloud",
"wireframe",
"outline",
"solid",
"edgedSolid",
"foreshadow",
"ghost"
}