Polarith AI
1.8

◆ SpatialPartition

SpatialPartitionType SpatialPartition

Defines the method of spatial partitioning to be used for optimizing the performance while accessing percept data.

If SpatialPartitionType.None is set, there is no structure to accelerate percept queries. Then, every agent with an AIMSteeringFilter iterates over all percepts and perform a simple distance check. Every other value corresponds to a specific structure for optimizing spatial access times significantly. This is especially useful for larger scenes having a lot of AI-relevant objects.

Imprint