feat: add rotation gizmo asset + resource file

This commit is contained in:
Nick Fisher
2024-12-12 14:17:59 +08:00
parent 5c3af255e4
commit 26ae21910f
17 changed files with 8641 additions and 710 deletions

View File

@@ -0,0 +1,12 @@
.global TRANSLATION_GIZMO_GLB_TRANSLATION_GIZMO_OFFSET;
.global TRANSLATION_GIZMO_GLB_TRANSLATION_GIZMO_SIZE;
.global TRANSLATION_GIZMO_GLB_PACKAGE
.section .rodata
TRANSLATION_GIZMO_GLB_PACKAGE:
.incbin "translation_gizmo_glb.bin"
TRANSLATION_GIZMO_GLB_TRANSLATION_GIZMO_OFFSET:
.int 0
TRANSLATION_GIZMO_GLB_TRANSLATION_GIZMO_SIZE:
.int 14768