-
-
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
2fffe5c
commit c73e63b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule armorcore
updated
27 files
+2 −2 | Sources/iron/anim.ts | |
+8 −8 | Sources/iron/anim_bone.ts | |
+28 −31 | Sources/iron/anim_object.ts | |
+39 −39 | Sources/iron/app.ts | |
+35 −37 | Sources/iron/armpack.ts | |
+5 −5 | Sources/iron/camera_object.ts | |
+7 −7 | Sources/iron/const_data.ts | |
+1 −1 | Sources/iron/data.ts | |
+186 −233 | Sources/iron/input.ts | |
+2 −2 | Sources/iron/light_object.ts | |
+1 −1 | Sources/iron/material_data.ts | |
+13 −17 | Sources/iron/mesh_data.ts | |
+7 −7 | Sources/iron/mesh_object.ts | |
+3 −3 | Sources/iron/object.ts | |
+51 −51 | Sources/iron/particle_sys.ts | |
+10 −11 | Sources/iron/raycast.ts | |
+59 −68 | Sources/iron/render_path.ts | |
+2 −2 | Sources/iron/scene.ts | |
+32 −32 | Sources/iron/scene_format.ts | |
+72 −88 | Sources/iron/shader_data.ts | |
+1 −1 | Sources/iron/speaker_object.ts | |
+196 −222 | Sources/iron/sys.ts | |
+2 −2 | Sources/iron/time.ts | |
+5 −5 | Sources/iron/transform.ts | |
+30 −68 | Sources/iron/tween.ts | |
+402 −528 | Sources/iron/uniforms.ts | |
+1 −1 | Sources/zui/zui.ts |