Unity3D 8叉樹

Octree.csnode using UnityEngine; using System.Collections.Generic; // 八叉樹節點類 public struct OctreeNode<T> { // 節點包圍盒的尺寸和信息 public Bounds m_Bounds; // 節點當前深度 public int m_CurrentDepth;
相關文章
相關標籤/搜索