py3dtiles.points.node module
- class py3dtiles.points.node.Node(name: bytes, aabb: ndarray, spacing: float)[source]
Bases:
object
docstring for Node
- aabb
- aabb_center
- aabb_size
- children
- dirty
- flush_pending_points(catalog: NodeCatalog, scale: float) None [source]
- grid
- insert(node_catalog: NodeCatalog, scale: float, xyz: np.ndarray, rgb: np.ndarray, make_empty_node: bool = False)[source]
- inv_aabb_size
- name
- pending_rgb
- pending_xyz
- points
- spacing