-
-
Notifications
You must be signed in to change notification settings - Fork 344
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
747806e
commit f1c4b03
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule armorcore
updated
12 files
+4 −0 | Sources/global.d.ts | |
+11 −11 | Sources/index.ts | |
+5 −5 | Sources/iron/Scene.ts | |
+32 −34 | Sources/main.cpp | |
+ − | Tools/tests/cube/Assets/cube.arm | |
+ − | Tools/tests/cube/Assets/texture.png | |
+11 −0 | Tools/tests/cube/Shaders/mesh.frag.glsl | |
+13 −0 | Tools/tests/cube/Shaders/mesh.vert.glsl | |
+136 −0 | Tools/tests/cube/Sources/main.ts | |
+16 −0 | Tools/tests/cube/project.js | |
+3 −0 | Tools/tests/cube/tsconfig.json | |
+12 −2 | make.js |