mirror of
https://github.com/visgl/luma.gl.git
synced 2026-01-18 14:03:42 +00:00
42 lines
777 B
JSON
42 lines
777 B
JSON
[
|
|
{
|
|
"type": "doc",
|
|
"label": "Overview",
|
|
"id": "index"
|
|
},
|
|
{
|
|
"type": "category",
|
|
"label": "Showcase",
|
|
"items": [
|
|
"showcase/instancing",
|
|
"showcase/persistence",
|
|
"api/animation",
|
|
"api/cubemap",
|
|
"api/texture-3d"
|
|
]
|
|
},
|
|
{
|
|
"type": "category",
|
|
"label": "Tutorials",
|
|
"items": [
|
|
"tutorials/hello-triangle",
|
|
"tutorials/hello-cube",
|
|
"tutorials/lighting",
|
|
"tutorials/hello-instancing",
|
|
"tutorials/shader-modules",
|
|
"tutorials/shader-hooks"
|
|
]
|
|
},
|
|
{
|
|
"type": "category",
|
|
"label": "WebGPU",
|
|
"items": [
|
|
"webgpu/hello-triangle",
|
|
"webgpu/rotating-cube",
|
|
"webgpu/textured-cube",
|
|
"webgpu/two-cubes",
|
|
"webgpu/instanced-cubes"
|
|
]
|
|
}
|
|
]
|