Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Dec 24, 2024
1 parent 5c7aef2 commit b1e3136
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,27 +270,35 @@ The callback used if `debugColor` is set to `CUSTOM_COLOR`. Value defaults to `n
### .displayBoxBounds

```js
displayBoxBounds = false : Boolean
displayBoxBounds = false : boolean
```

Display wireframe bounding boxes from the tiles `boundingVolume.box` (or derived from the region bounds) for every visible tile.

### .displaySphereBounds

```js
displaySphereBounds = false : Boolean
displaySphereBounds = false : boolean
```

Display wireframe bounding boxes from the tiles `boundingVolume.sphere` (or derived from the bounding box / region bounds) for every visible tile.

### .displayRegionBounds

```js
displayRegionBounds = false : Boolean
displayRegionBounds = false : boolean
```

Display wireframe bounding rgions from the tiles `boundingVolume.region` for every visible tile if it exists.

### .displayParentBounds

```js
displayParentBounds = false : boolean
```

If true then all the parent bounds of the current leaf tiles will be displayed.

### .maxDebugDepth

```js
Expand Down

0 comments on commit b1e3136

Please sign in to comment.