Go to the source code of this file.
|
String | fe::print (ext::DrawMode::DrawStyle a_drawStyle) |
|
String | fe::print (ext::DrawMode::Coloring a_coloring) |
|
String | fe::print (const sp< ext::DrawMode > spDrawMode) |
|
|
static char | fe::ext::DrawStyleText [DrawMode::e_drawStyleCount][32] |
|
static char | fe::ext::ColoringText [DrawMode::e_coloringCount][32] |
|
◆ 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"
}