Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Apr 15, 2024
1 parent d33637c commit 7e0bdf9
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# MeshLayer

> TO BE REPLACED with `@deck.gl/mesh-layers`
The Mesh Layer renders a number of arbitrary geometries. For example, a fleet of 3d cars each with a position and an orientation over the map.

```js
Expand Down Expand Up @@ -122,7 +124,3 @@ The color of each object. Only used if `texture` is empty.
Whether the layer should be rendered in high-precision 64-bit mode

##### `lightSettings` (Object, optional)

**TO BE REPLACED**

With `@deck.gl/mesh-layers`

0 comments on commit 7e0bdf9

Please sign in to comment.