-
-
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
e80509c
commit 632e4e9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule armorcore
updated
21 files
+8 −8 | Sources/Krom.d.ts | |
+2 −2 | Sources/hermes/Krom.ts | |
+10 −10 | Sources/iron/App.ts | |
+2 −2 | Sources/iron/CameraObject.ts | |
+24 −24 | Sources/iron/ConstData.ts | |
+24 −25 | Sources/iron/Data.ts | |
+6 −6 | Sources/iron/MaterialData.ts | |
+23 −23 | Sources/iron/MeshData.ts | |
+8 −8 | Sources/iron/MeshObject.ts | |
+67 −64 | Sources/iron/RenderPath.ts | |
+3 −3 | Sources/iron/Scene.ts | |
+11 −11 | Sources/iron/SceneFormat.ts | |
+20 −20 | Sources/iron/ShaderData.ts | |
+2 −2 | Sources/iron/SpeakerObject.ts | |
+345 −290 | Sources/iron/System.ts | |
+55 −55 | Sources/iron/Uniforms.ts | |
+4 −4 | Sources/iron/WorldData.ts | |
+15 −15 | Sources/zui/Zui.ts | |
+11 −0 | Tools/minits/kfile.js | |
+45 −0 | Tools/minits/main.ts | |
+528 −0 | Tools/minits/minits.js |