Skip to content

Commit c7d7f71

Browse files
committed
Deploying to gh-pages from @ 27925c8 πŸš€
1 parent 8b207ab commit c7d7f71

8 files changed

Lines changed: 115 additions & 266 deletions

File tree

β€Žmain.jsβ€Ž

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,15 @@ is used to draw instanced particles.',
182182

183183
var cubemap = {
184184
name: 'Cubemap',
185-
description: 'This example shows how to render and sample from a cubemap texture. Cubemap image available under a Creative Commons Attribution 3.0 Unported License at <https://www.humus.name/index.php?page=Textures&ID=58>',
185+
description: `
186+
This example shows how to render and sample from a cubemap texture.
187+
See [this article](https://webgpufundamentals.org/webgpu/lessons/webgpu-skybox.html)
188+
for more details.
189+
Cubemap image available under a Creative Commons Attribution 3.0 Unported License at
190+
<https://www.humus.name/index.php?page=Textures&ID=58>
191+
`,
186192
filename: "sample/cubemap",
187-
sources: [
188-
{ path: 'main.ts' },
189-
{ path: '../../shaders/basic.vert.wgsl' },
190-
{ path: './sampleCubemap.frag.wgsl' },
191-
{ path: '../../meshes/cube.ts' },
192-
],
193+
sources: [{ path: 'main.ts' }, { path: './sampleCubemap.wgsl' }],
193194
};
194195

195196
var deferredRendering = {

β€Žmain.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsample/cubemap/main.jsβ€Ž

Lines changed: 40 additions & 145 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsample/cubemap/main.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)