-
-
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
a72b37c
commit 11a6219
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule armorcore
updated
13 files
+2 −2 | Sources/iron/Animation.ts | |
+6 −6 | Sources/iron/App.ts | |
+5 −5 | Sources/iron/BaseObject.ts | |
+1 −1 | Sources/iron/BoneAnimation.ts | |
+5 −8 | Sources/iron/CameraObject.ts | |
+1 −1 | Sources/iron/Data.ts | |
+5 −6 | Sources/iron/LightObject.ts | |
+5 −5 | Sources/iron/MeshObject.ts | |
+180 −236 | Sources/iron/RenderPath.ts | |
+116 −237 | Sources/iron/Scene.ts | |
+3 −3 | Sources/iron/SpeakerObject.ts | |
+21 −21 | Sources/iron/Uniforms.ts | |
+6 −8 | Tools/tests/cube/Sources/main.ts |