From b5aeebf4835ba0d7335113dd3f320a4af5b6d148 Mon Sep 17 00:00:00 2001 From: chai <215380520@qq.com> Date: Mon, 8 May 2023 02:29:25 +0800 Subject: * quadtree --- marching/Assets/Scripts/Physics/FastBoxCollider.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 marching/Assets/Scripts/Physics/FastBoxCollider.cs (limited to 'marching/Assets/Scripts/Physics/FastBoxCollider.cs') diff --git a/marching/Assets/Scripts/Physics/FastBoxCollider.cs b/marching/Assets/Scripts/Physics/FastBoxCollider.cs new file mode 100644 index 0000000..4f20b81 --- /dev/null +++ b/marching/Assets/Scripts/Physics/FastBoxCollider.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class FastBoxCollider : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} -- cgit v1.1-26-g67d0