Skip to content

Examples: Make layers example a bit more interesting. #31036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/ar/core/Layers.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>[name]</h1>

<h2>أمثلة (Examples)</h2>

<p>[example:webgl_layers WebGL / layers]</p>
<p>[example:webgpu_layers WebGPU / layers]</p>

<h2>المنشئ (Constructor)</h2>

Expand Down
2 changes: 1 addition & 1 deletion docs/api/en/core/Layers.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1>[name]</h1>

<h2>Examples</h2>

<p>[example:webgl_layers WebGL / layers]</p>
<p>[example:webgpu_layers WebGPU / layers]</p>

<h2>Constructor</h2>

Expand Down
4 changes: 1 addition & 3 deletions docs/api/it/core/Layers.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ <h1>[name]</h1>

<h2>Esempi</h2>

<p>
[example:webgl_layers WebGL / layers]
</p>
<p>[example:webgpu_layers WebGPU / layers]</p>

<h2>Costruttore</h2>

Expand Down
4 changes: 1 addition & 3 deletions docs/api/ko/core/Layers.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ <h1>[name]</h1>

<h2>예제</h2>

<p>
[example:webgl_layers WebGL / layers]
</p>
<p>[example:webgpu_layers WebGPU / layers]</p>

<h2>생성자</h2>

Expand Down
2 changes: 1 addition & 1 deletion examples/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"webgl_interactive_points",
"webgl_interactive_raycasting_points",
"webgl_interactive_voxelpainter",
"webgl_layers",
"webgl_lensflares",
"webgl_lightprobe",
"webgl_lightprobe_cubecamera",
Expand Down Expand Up @@ -335,6 +334,7 @@
"webgpu_instance_sprites",
"webgpu_instance_uniform",
"webgpu_instancing_morph",
"webgpu_layers",
"webgpu_lensflares",
"webgpu_lightprobe",
"webgpu_lightprobe_cubecamera",
Expand Down
Binary file removed examples/screenshots/webgl_layers.jpg
Binary file not shown.
Binary file added examples/screenshots/webgpu_layers.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/textures/sprites/blossom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
186 changes: 0 additions & 186 deletions examples/webgl_layers.html

This file was deleted.

Loading