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
6f9d670
commit ead2cb7
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule armory
updated
37 files
Submodule iron
updated
9 files
+3 −0 | Sources/iron/Scene.hx | |
+18 −17 | Sources/iron/data/Geometry.hx | |
+4 −3 | Sources/iron/data/MeshBatch.hx | |
+16 −0 | Sources/iron/data/SceneFormat.hx | |
+36 −0 | Sources/iron/math/RayCaster.hx | |
+11 −0 | Sources/iron/object/MeshObject.hx | |
+55 −0 | Sources/iron/object/MorphTarget.hx | |
+4 −0 | Sources/iron/object/Object.hx | |
+17 −0 | Sources/iron/object/Uniforms.hx |