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 22, 2024
1 parent ad3b888 commit 883a496
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/plugins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,14 @@ Plugin that adds support for 3d tiles [implicit tiling](https://github.com/Cesiu

Plugin TilesRenderer that includes helpers for debugging and visualizing the various tiles in the tile set. Material overrides will not work as expected with this plugin. The plugin includes additional logic and initialization code which can cause performance loss so it's recommended to only use this when needed.

### .enabled

```js
enabled = true : boolean
```

If true then the debug logic is enabled, which can affect performance. It's recommended to disable or remove the plugin when not in use.

### .colorMode

```js
Expand Down

0 comments on commit 883a496

Please sign in to comment.