载入中...
搜索中...
未找到
GizmoManager.h
浏览该文件的文档.
Babylon.js-style manager: toggles which transform modes are enabled and routes pick/drag to the owned...
Definition GizmoManager.h:13
void setPositionEnabled(bool enabled)
Definition GizmoManager.h:19
void setScaleEnabled(bool enabled)
Definition GizmoManager.h:21
void setBoundEnabled(bool enabled)
Definition GizmoManager.h:22
bool getPositionEnabled() const
Definition GizmoManager.h:24
void setRotationEnabled(bool enabled)
Definition GizmoManager.h:20
std::string pick(float ox, float oy, float oz, float dx, float dy, float dz)
Pick across enabled modes; sets gizmo mode to the winning tool.
Definition GizmoManager.cpp:45
bool getRotationEnabled() const
Definition GizmoManager.h:25
bool beginDrag(const std::string &axis, float ox, float oy, float oz, float dx, float dy, float dz)
Definition GizmoManager.cpp:71
bool updateDrag(float ox, float oy, float oz, float dx, float dy, float dz)
Definition GizmoManager.cpp:77
3D transform gizmo (Three.js TransformControls + ImGuizmo style). Owns TRS + optional local bounds; i...
Definition TransformGizmo.h:16
Definition Brush.cpp:10