添加插件
This commit is contained in:
10
Assets/Obi/Scripts/Common/DataStructures/BVH/IBounded.cs
Normal file
10
Assets/Obi/Scripts/Common/DataStructures/BVH/IBounded.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Obi
|
||||
{
|
||||
public interface IBounded
|
||||
{
|
||||
Aabb GetBounds();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user