Skip to content

Commit 864000e

Browse files
Introduce ImGuizmo gem (#100)
Added new gem code. Allows to draw only one gizmo at the time. --------- Signed-off-by: Michał Pełka <[email protected]> Co-authored-by: Paweł Liberadzki <[email protected]>
1 parent 576aa56 commit 864000e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+7425
-1
lines changed

Gems/ImGuizmo/.gitignore

Whitespace-only changes.

Gems/ImGuizmo/Assets/Scripts/MoveEntity.scriptcanvas

Lines changed: 2629 additions & 0 deletions
Large diffs are not rendered by default.

Gems/ImGuizmo/CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
o3de_gem_setup("ImGuizmo")
3+
4+
ly_add_external_target_path(${CMAKE_CURRENT_SOURCE_DIR}/3rdParty)
5+
6+
add_subdirectory(Code)

0 commit comments

Comments
 (0)