From fdb81411f0a34f481028d1267d293a4f873712ed Mon Sep 17 00:00:00 2001 From: amvertex Date: Mon, 23 Feb 2026 10:30:58 -0600 Subject: [PATCH] Update stream keys --- docs/guides/install-sdk.mdx | 2 +- docs/guides/render-your-first-scene.mdx | 8 ++++---- static/examples/change-material/index.html | 2 +- static/examples/change-phantom/index.html | 2 +- static/examples/first-scene/index.html | 2 +- static/examples/loading-model/index.html | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/guides/install-sdk.mdx b/docs/guides/install-sdk.mdx index 627b3e3b..b944f21c 100644 --- a/docs/guides/install-sdk.mdx +++ b/docs/guides/install-sdk.mdx @@ -48,7 +48,7 @@ defineCustomElements(window).then(() => main()); async function main() { const viewer = document.querySelector('vertex-viewer'); await viewer.load( - 'urn:vertex:stream-key:W8Nk7_Ch8u8AS4_rstyew2H6GIlvBnhf6dOc' + 'urn:vertex:stream-key:tlnqapBHDN4zsGNcVkDfe9XesQ4BBrRl8yAd' ); console.log('Loaded!'); } diff --git a/docs/guides/render-your-first-scene.mdx b/docs/guides/render-your-first-scene.mdx index f1b0c594..2d7079ed 100644 --- a/docs/guides/render-your-first-scene.mdx +++ b/docs/guides/render-your-first-scene.mdx @@ -68,7 +68,7 @@ Save the following HTML to a file on your computer and open it in your browser. ## Render the scene -To render a scene, you'll need a stream key. Stream keys grant the Viewer component access to a specific scene. This is explained in more detail later, but for now, use our test key, `W8Nk7_Ch8u8AS4_rstyew2H6GIlvBnhf6dOc`. Copy the following into the empty `