Skip to content

Commit

Permalink
feat: add docs for 3D instance view (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkier committed Nov 16, 2023
1 parent ffc9100 commit 404fe86
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/views/spec/other.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@ Markdown visualization for a more flexible text display. See in [this example](h
`}
</CodeBlock>

## 3D

3D model rendering. Expects a URL to a [glTF/GLB](https://github.com/KhronosGroup/glTF/tree/main/specification/2.0) model. See in [this example](https://zeno-ml.github.io/zeno-instance-views/?params=eyJzYW1wbGUiOiIzRC1vYmplY3QtY2xhc3NpZmljYXRpb24ifQ==).

<CodeBlock language="json" title="Separated Values">
{`{
"type": "3D"
}
`}
</CodeBlock>

## Message

Visualization of data in message bubbles akin to a chat view. See in [this example](https://zeno-ml.github.io/zeno-instance-views/?params=eyJzYW1wbGUiOiJjaGF0Ym90In0=).
Expand Down

0 comments on commit 404fe86

Please sign in to comment.