CullSphereGroup.getDelta
Queries the change in overlapping spheres since the last call to getDelta.
Kind: Function
Environments: Game
Game
cullSphereGroup:getDelta( position, innerRadius, outerRadius )
Parameters:
| Name | Type | Description |
|---|---|---|
sphereGroup |
CullSphereGroup | The sphere group. |
position |
Vec3 | Position to query sphere. |
innerRadius |
number | Radius for inner sphere. |
outerRadius |
number | Radius for outer sphere. |
Returns:
| Type | Description |
|---|---|
| table table |
Arrays of removed, added ids {integer, ...}. |