public BVH_Node(Hitable_List list, float time0, float time1) : this(list.Objects, 0, (uint)list.Objects.Count, time0, time1) { }