-
-
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
ba48377
commit 21b4567
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule armorcore
updated
23 files
+0 −4 | Sources/iron/App.ts | |
+15 −17 | Sources/iron/Audio.ts | |
+1 −1 | Sources/iron/BaseObject.ts | |
+12 −83 | Sources/iron/BoneAnimation.ts | |
+20 −22 | Sources/iron/Data.ts | |
+24 −37 | Sources/iron/MaterialData.ts | |
+190 −256 | Sources/iron/MeshData.ts | |
+38 −38 | Sources/iron/MeshObject.ts | |
+11 −11 | Sources/iron/ParticleSystem.ts | |
+0 −210 | Sources/iron/Ray.ts | |
+220 −6 | Sources/iron/RayCaster.ts | |
+6 −8 | Sources/iron/RenderPath.ts | |
+11 −13 | Sources/iron/Scene.ts | |
+40 −1 | Sources/iron/SceneFormat.ts | |
+104 −121 | Sources/iron/ShaderData.ts | |
+5 −5 | Sources/iron/SpeakerObject.ts | |
+65 −65 | Sources/iron/Uniforms.ts | |
+56 −64 | Sources/iron/WorldData.ts | |
+1 −1 | Tools/tests/cube/Sources/main.ts | |
+0 −0 | Tools/tests/triangle/krom.js | |
+0 −5 | Tools/wasm/kincflags.js | |
+2 −24 | Tools/wasm/krom.js | |
+8 −0 | Tools/wasm/project.js |