Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bertt committed Feb 15, 2024
1 parent d16cd7f commit 9ef14ec
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions styling.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,17 @@ The amount of colors in the lists

- or be 1, in which case the same color is used for all triangles in the geometry;

Example:

```
update delaware_buildings set simple_shader =
'{
"PbrMetallicRoughness": {
"BaseColors": ["#ff0000"]
}
}';
```

- otherwise an exception is thrown.


Expand Down

0 comments on commit 9ef14ec

Please sign in to comment.