From 404fe86d1419eb07a5d7eb3181f2b4c9d2176460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20B=C3=A4uerle?= Date: Thu, 16 Nov 2023 17:38:49 +0100 Subject: [PATCH] feat: add docs for 3D instance view (#42) --- 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 0e5920d..d08c72f 100644 --- a/docs/views/spec/other.mdx +++ b/docs/views/spec/other.mdx @@ -68,6 +68,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=).