From f9307b5116898cca7d222c9abaf820030f09ca8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Ba=CC=88uerle?= Date: Thu, 16 Nov 2023 15:31:31 +0100 Subject: [PATCH] feat: add docs for 3D instance view --- docs/views/spec/other.mdx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/views/spec/other.mdx b/docs/views/spec/other.mdx index 4781940..b0861ee 100644 --- a/docs/views/spec/other.mdx +++ b/docs/views/spec/other.mdx @@ -67,6 +67,17 @@ Markdown visualization for a more flexible text display. See in [this example](h `} +## 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==). + + + {`{ + "type": "3D" +} +`} + + ## 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=).