Current section
Files
Jump to
Current section
Files
include/spatial@octree_OctreeNode.hrl
-record(octree_node, {
bounds :: spatial@collider:internal_collider(),
capacity :: integer(),
items :: list({vec@vec3:vec3(float()), any()}),
children :: gleam@option:option(spatial@octree:octree_children(any()))
}).