![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include "ECS/Components/Headers/TransformComponent.h"
#include "Platform/Input/Headers/InputAggregatorInterface.h"
#include <imgui.h>
#include <ImGuizmo.h>
Go to the source code of this file.
Classes | |
struct | Divide::TransformSettings |
class | Divide::Gizmo |
struct | Divide::Gizmo::SelectedNode |
class | Divide::Attorney::GizmoEditor |
Namespaces | |
namespace | Divide |
Handle console commands that start with a forward slash. | |
namespace | Divide::GFX |
namespace | Divide::Attorney |
Macros | |
#define | DVD_EDITOR_GIZMO_H_ |
Functions | |
FORCE_INLINE bool | Divide::IsTranslationOperation (const TransformSettings &settings) |
FORCE_INLINE bool | Divide::IsRotationOperation (const TransformSettings &settings) |
FORCE_INLINE bool | Divide::IsScaleOperation (const TransformSettings &settings) |
Divide::FWD_DECLARE_MANAGED_CLASS (Gizmo) | |