This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4cc19d
commit 4179670
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule iron
updated
17 files
+3 −1 | .github/workflows/krom.yml | |
+0 −0 | README.md | |
+0 −21 | Sources/iron/RenderPath.hx | |
+0 −0 | Sources/iron/Trait.hx | |
+0 −0 | Sources/iron/data/ShaderData.hx | |
+0 −0 | Sources/iron/math/Mat4.hx | |
+0 −0 | Sources/iron/math/Quat.hx | |
+0 −0 | Sources/iron/math/Ray.hx | |
+0 −0 | Sources/iron/math/RayCaster.hx | |
+0 −0 | Sources/iron/math/Vec4.hx | |
+0 −0 | Sources/iron/object/Object.hx | |
+0 −0 | Sources/iron/object/Transform.hx | |
+0 −7 | Sources/iron/object/Uniforms.hx | |
+18 −8 | Sources/iron/system/Input.hx | |
+0 −0 | Sources/iron/system/Storage.hx | |
+0 −0 | Sources/iron/system/Time.hx | |
+280 −200 | tools/io_export_arm.py |