Skip to content

Commit

Permalink
v1.1.11
Browse files Browse the repository at this point in the history
camera entity + fixing texture flickering when zoom distant from the scene
  • Loading branch information
adizanni authored Jan 3, 2022
1 parent a4f7bf0 commit 0547ddb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,18 @@ entities:
.........
```

## Camera

For camera, example config:

```yaml
entities
- entity: camera.<camera name>
type3d: camera
object_id: <an object_id in the model you want to associate with the camera>
```
there are no specific parameters. Double clicking on the object will show a pop-up dialog with the camera picture.

## Lights

For **light** example config:
Expand Down

0 comments on commit 0547ddb

Please sign in to comment.