-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
5b340fc
commit 87b9c07
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule armorcore
updated
15 files
+96 −83 | Sources/iron/Animation.ts | |
+15 −11 | Sources/iron/Armature.ts | |
+9 −10 | Sources/iron/BaseObject.ts | |
+203 −199 | Sources/iron/BoneAnimation.ts | |
+59 −57 | Sources/iron/CameraObject.ts | |
+12 −11 | Sources/iron/LightObject.ts | |
+1 −1 | Sources/iron/MeshData.ts | |
+37 −32 | Sources/iron/MeshObject.ts | |
+61 −53 | Sources/iron/ObjectAnimation.ts | |
+85 −80 | Sources/iron/ParticleSystem.ts | |
+1 −1 | Sources/iron/RayCaster.ts | |
+4 −4 | Sources/iron/RenderPath.ts | |
+21 −19 | Sources/iron/Scene.ts | |
+9 −7 | Sources/iron/SpeakerObject.ts | |
+14 −14 | Sources/iron/Uniforms.ts |