Examples ======== Example 1: Basic Voxel Manipulation ----------------------------------- This example demonstrates how to create a VoxelGrid and add voxels with various identities: .. literalinclude:: /examples/basic_voxel_manipulation.py Example 2: Using Octrees for Spatial Indexing --------------------------------------------- Here we show how to initialize an Octree, insert points, and locate nodes: .. literalinclude:: /examples/octree_usage.py