Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add docs for 3D instance view #42

Merged
merged 1 commit into from
Nov 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/views/spec/other.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,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
Loading