# sm.cullSphereGroup

**Associated type:** [CullSphereGroup](../Userdata/CullSphereGroup.md)

A <strong>cull sphere group</strong> is a collection of spheres that can be efficiently queried for. 

## Functions

### newCullSphereGroup {#newcullspheregroup}

``` { .lua .api-signature }
sm.cullSphereGroup.newCullSphereGroup(  )
```

Creates a sphere group.

**Returns:**

| Name | Type | Description |
| --- | --- | --- |
| `sphereGroup` | [CullSphereGroup](../Userdata/CullSphereGroup.md) | The sphere group. |
