-
-
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
d6913f9
commit ca9db11
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule armorcore
updated
26 files
+16 −14 | Sources/iron/Animation.ts | |
+0 −34 | Sources/iron/BaseObject.ts | |
+85 −177 | Sources/iron/BoneAnimation.ts | |
+0 −23 | Sources/iron/CameraData.ts | |
+8 −8 | Sources/iron/CameraObject.ts | |
+12 −12 | Sources/iron/Data.ts | |
+298 −350 | Sources/iron/Input.ts | |
+0 −33 | Sources/iron/LightData.ts | |
+9 −9 | Sources/iron/LightObject.ts | |
+3 −3 | Sources/iron/MeshObject.ts | |
+23 −23 | Sources/iron/ObjectAnimation.ts | |
+0 −24 | Sources/iron/ParticleData.ts | |
+3 −3 | Sources/iron/ParticleSystem.ts | |
+3 −3 | Sources/iron/RayCaster.ts | |
+2 −2 | Sources/iron/RenderPath.ts | |
+4 −5 | Sources/iron/Scene.ts | |
+9 −43 | Sources/iron/SceneFormat.ts | |
+2 −6 | Sources/iron/SpeakerObject.ts | |
+30 −45 | Sources/iron/System.ts | |
+20 −20 | Sources/iron/Uniforms.ts | |
+33 −57 | Sources/iron/WorldData.ts | |
+10 −0 | Sources/iron/camera_data.ts | |
+1 −1 | Sources/iron/iron_string.c | |
+10 −0 | Sources/iron/light_data.ts | |
+10 −0 | Sources/iron/particle_data.ts | |
+5 −21 | Tools/io_export_arm.py |