#include "GUI_FlexbodyDebug.h"
#include "Actor.h"
#include "Application.h"
#include "SimData.h"
#include "Collisions.h"
#include "FlexBody.h"
#include "GameContext.h"
#include "GUIManager.h"
#include "GUIUtils.h"
#include "Language.h"
#include "Terrain.h"
#include "Utils.h"
Go to the source code of this file.
|
const ImVec4 | FORSETNODE_COLOR_V4 (1.f, 0.87f, 0.3f, 1.f) |
|
const float | FORSETNODE_RADIUS (2.f) |
|
const ImU32 | BASENODE_COLOR (0xff44a5ff) |
|
const float | BASENODE_RADIUS (3.f) |
|
const float | BEAM_THICKNESS (1.2f) |
|
const ImU32 | NODE_TEXT_COLOR (0xffcccccf) |
|
const ImVec4 | VERTEX_COLOR_V4 (0.1f, 1.f, 1.f, 1.f) |
|
const float | VERTEX_RADIUS (1.f) |
|
const float | LOCATOR_BEAM_THICKNESS (1.0f) |
|
const ImVec4 | LOCATOR_BEAM_COLOR_V4 (0.05f, 1.f, 0.65f, 1.f) |
|
const ImVec4 | AXIS_X_BEAM_COLOR_V4 (1.f, 0.f, 0.f, 1.f) |
|
const ImVec4 | AXIS_Y_BEAM_COLOR_V4 (0.15f, 0.15f, 1.f, 1.f) |
|
const float | MEMGRAPH_NODE_RADIUS (1.f) |
|
const ImVec4 | MEMGRAPH_NODEREF_COLOR_V4 (1.f, 0.89f, 0.22f, 1.f) |
|
const ImVec4 | MEMGRAPH_NODEX_COLOR_V4 (1.f, 0.21f, 0.21f, 1.f) |
|
const ImVec4 | MEMGRAPH_NODEY_COLOR_V4 (0.27f, 0.76f, 1.f, 1.f) |
|
◆ AXIS_X_BEAM_COLOR_V4()
const ImVec4 AXIS_X_BEAM_COLOR_V4 |
( |
1. |
f, |
|
|
0. |
f, |
|
|
0. |
f, |
|
|
1. |
f |
|
) |
| |
◆ AXIS_Y_BEAM_COLOR_V4()
const ImVec4 AXIS_Y_BEAM_COLOR_V4 |
( |
0. |
15f, |
|
|
0. |
15f, |
|
|
1. |
f, |
|
|
1. |
f |
|
) |
| |
◆ BASENODE_COLOR()
const ImU32 BASENODE_COLOR |
( |
0xff44a5ff |
| ) |
|
◆ BASENODE_RADIUS()
const float BASENODE_RADIUS |
( |
3. |
f | ) |
|
◆ BEAM_THICKNESS()
const float BEAM_THICKNESS |
( |
1. |
2f | ) |
|
◆ FORSETNODE_COLOR_V4()
const ImVec4 FORSETNODE_COLOR_V4 |
( |
1. |
f, |
|
|
0. |
87f, |
|
|
0. |
3f, |
|
|
1. |
f |
|
) |
| |
◆ FORSETNODE_RADIUS()
const float FORSETNODE_RADIUS |
( |
2. |
f | ) |
|
◆ LOCATOR_BEAM_COLOR_V4()
const ImVec4 LOCATOR_BEAM_COLOR_V4 |
( |
0. |
05f, |
|
|
1. |
f, |
|
|
0. |
65f, |
|
|
1. |
f |
|
) |
| |
◆ LOCATOR_BEAM_THICKNESS()
const float LOCATOR_BEAM_THICKNESS |
( |
1. |
0f | ) |
|
◆ MEMGRAPH_NODE_RADIUS()
const float MEMGRAPH_NODE_RADIUS |
( |
1. |
f | ) |
|
◆ MEMGRAPH_NODEREF_COLOR_V4()
const ImVec4 MEMGRAPH_NODEREF_COLOR_V4 |
( |
1. |
f, |
|
|
0. |
89f, |
|
|
0. |
22f, |
|
|
1. |
f |
|
) |
| |
◆ MEMGRAPH_NODEX_COLOR_V4()
const ImVec4 MEMGRAPH_NODEX_COLOR_V4 |
( |
1. |
f, |
|
|
0. |
21f, |
|
|
0. |
21f, |
|
|
1. |
f |
|
) |
| |
◆ MEMGRAPH_NODEY_COLOR_V4()
const ImVec4 MEMGRAPH_NODEY_COLOR_V4 |
( |
0. |
27f, |
|
|
0. |
76f, |
|
|
1. |
f, |
|
|
1. |
f |
|
) |
| |
◆ NODE_TEXT_COLOR()
const ImU32 NODE_TEXT_COLOR |
( |
0xffcccccf |
| ) |
|
◆ VERTEX_COLOR_V4()
const ImVec4 VERTEX_COLOR_V4 |
( |
0. |
1f, |
|
|
1. |
f, |
|
|
1. |
f, |
|
|
1. |
f |
|
) |
| |
◆ VERTEX_RADIUS()
const float VERTEX_RADIUS |
( |
1. |
f | ) |
|
◆ AXIS_X_BEAM_COLOR
◆ AXIS_Y_BEAM_COLOR
◆ BLUE_BEAM_THICKNESS
◆ FORSETNODE_COLOR
◆ LOCATOR_BEAM_COLOR
◆ VERT_HOVER_MAX_DISTANCE
const float VERT_HOVER_MAX_DISTANCE = 25.f |
◆ VERTEX_COLOR
◆ VERTEX_TEXT_COLOR
const ImU32 VERTEX_TEXT_COLOR = ImColor(171, 194, 186) |