-
-
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
3b64e4a
commit 37a7529
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule armorcore
updated
27 files
+57 −29 | Sources/iron/Animation.ts | |
+1 −1 | Sources/iron/App.ts | |
+1 −1 | Sources/iron/Armature.ts | |
+79 −46 | Sources/iron/BaseObject.ts | |
+136 −134 | Sources/iron/BoneAnimation.ts | |
+80 −75 | Sources/iron/CameraObject.ts | |
+44 −41 | Sources/iron/LightObject.ts | |
+54 −54 | Sources/iron/Mat3.ts | |
+338 −334 | Sources/iron/Mat4.ts | |
+5 −5 | Sources/iron/MeshData.ts | |
+102 −99 | Sources/iron/MeshObject.ts | |
+14 −12 | Sources/iron/ObjectAnimation.ts | |
+22 −22 | Sources/iron/ParticleSystem.ts | |
+103 −101 | Sources/iron/Quat.ts | |
+57 −57 | Sources/iron/RayCaster.ts | |
+11 −11 | Sources/iron/RenderPath.ts | |
+60 −60 | Sources/iron/Scene.ts | |
+2 −2 | Sources/iron/SceneFormat.ts | |
+54 −44 | Sources/iron/SpeakerObject.ts | |
+2 −2 | Sources/iron/System.ts | |
+129 −125 | Sources/iron/Transform.ts | |
+3 −3 | Sources/iron/Tween.ts | |
+65 −65 | Sources/iron/Uniforms.ts | |
+6 −4 | Sources/iron/Vec2.ts | |
+25 −23 | Sources/iron/Vec3.ts | |
+163 −158 | Sources/iron/Vec4.ts | |
+3 −3 | Tools/tests/cube/Sources/main.ts |