|
Physics Simulation & Visualization Tool 0.1
A C++ physics simulation engine with real-time 3D visualization
|
Interactive 3D manipulation gizmo for scene objects. More...
#include <graphics/components/Shader.h>#include <graphics/core/Camera.h>#include "IHandle.h"#include "../core/IPickable.h"Go to the source code of this file.
Data Structures | |
| class | Gizmo |
| Interactive 3D manipulation widget for transforming scene objects. More... | |
Enumerations | |
| enum class | GizmoType { TRANSLATE , ROTATE , SCALE } |
| Types of transformation gizmos. More... | |
Interactive 3D manipulation gizmo for scene objects.
Definition in file Gizmo.h.