-
-
Notifications
You must be signed in to change notification settings - Fork 355
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
ff0ed1d
commit 3f57cc5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule armorcore
updated
27 files
+37 −40 | Sources/iron/anim.ts | |
+20 −19 | Sources/iron/anim_bone.ts | |
+8 −7 | Sources/iron/anim_object.ts | |
+8 −8 | Sources/iron/armature.ts | |
+8 −8 | Sources/iron/audio.ts | |
+24 −16 | Sources/iron/camera_object.ts | |
+7 −7 | Sources/iron/g2.ts | |
+56 −56 | Sources/iron/g4.ts | |
+20 −20 | Sources/iron/input.ts | |
+11 −10 | Sources/iron/light_object.ts | |
+4 −4 | Sources/iron/mat3.ts | |
+4 −4 | Sources/iron/mat4.ts | |
+18 −17 | Sources/iron/mesh_object.ts | |
+31 −34 | Sources/iron/object.ts | |
+41 −41 | Sources/iron/particle_sys.ts | |
+9 −7 | Sources/iron/quat.ts | |
+10 −10 | Sources/iron/raycast.ts | |
+20 −20 | Sources/iron/render_path.ts | |
+10 −9 | Sources/iron/speaker_object.ts | |
+8 −8 | Sources/iron/sys.ts | |
+30 −27 | Sources/iron/transform.ts | |
+3 −3 | Sources/iron/tween.ts | |
+42 −42 | Sources/iron/uniforms.ts | |
+7 −5 | Sources/iron/vec2.ts | |
+8 −6 | Sources/iron/vec3.ts | |
+9 −7 | Sources/iron/vec4.ts | |
+1 −1 | Tools/tests/cube/Sources/main.ts |