We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6fa280 commit cf61213Copy full SHA for cf61213
src/examples/GLTFs.tsx
@@ -23,7 +23,7 @@ export const metadata = {
23
}
24
25
const fileServer = config.client.fileServer
26
-const CDN_URL = 'https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/main/2.0'
+const CDN_URL = 'https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Assets/refs/heads/main/Models'
27
const gltf_test_url = 'https://raw.githubusercontent.com/cx20/gltf-test/refs/heads/master/tutorialModels'
28
29
export const gltfRoutes = [
0 commit comments