瀏覽代碼

Examples: Rename webgpu_compute_nanite-style to webgpu_compute_rasterizer.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Mr.doob 4 天之前
父節點
當前提交
4c83d5e32d

+ 1 - 1
examples/files.json

@@ -321,12 +321,12 @@
 		"webgpu_compute_birds",
 		"webgpu_compute_cloth",
 		"webgpu_compute_geometry",
-		"webgpu_compute_nanite-style",
 		"webgpu_compute_particles",
 		"webgpu_compute_particles_fluid",
 		"webgpu_compute_particles_rain",
 		"webgpu_compute_particles_snow",
 		"webgpu_compute_points",
+		"webgpu_compute_rasterizer",
 		"webgpu_compute_reduce",
 		"webgpu_compute_sort_bitonic",
 		"webgpu_compute_texture",

+ 0 - 0
examples/screenshots/webgpu_compute_nanite-style.jpg → examples/screenshots/webgpu_compute_rasterizer.jpg


+ 1 - 0
examples/tags.json

@@ -135,6 +135,7 @@
 	"webgpu_compute_particles_rain": [ "gpgpu" ],
 	"webgpu_compute_particles_snow_external": [ "gpgpu" ],
 	"webgpu_compute_points": [ "gpgpu" ],
+	"webgpu_compute_rasterizer": [ "gpgpu", "nanite" ],
 	"webgpu_compute_reduce": [ "gpgpu" ],
 	"webgpu_compute_sort_bitonic": [ "gpgpu" ],
 	"webgpu_compute_texture": [ "gpgpu" ],

+ 5 - 5
examples/webgpu_compute_nanite-style.html → examples/webgpu_compute_rasterizer.html

@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <html lang="en">
 	<head>
-		<title>three.js webgpu - nanite-style rasterizer</title>
+		<title>three.js webgpu - compute rasterizer</title>
 		<meta charset="utf-8">
 		<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
-		<meta property="og:title" content="three.js webgpu - nanite-style rasterizer">
+		<meta property="og:title" content="three.js webgpu - compute rasterizer">
 		<meta property="og:type" content="website">
-		<meta property="og:url" content="https://threejs.org/examples/webgpu_compute_nanite-style.html">
-		<meta property="og:image" content="https://threejs.org/examples/screenshots/webgpu_compute_nanite-style.jpg">
+		<meta property="og:url" content="https://threejs.org/examples/webgpu_compute_rasterizer.html">
+		<meta property="og:image" content="https://threejs.org/examples/screenshots/webgpu_compute_rasterizer.jpg">
 		<link type="text/css" rel="stylesheet" href="example.css">
 	</head>
 	<body>
@@ -16,7 +16,7 @@
 			<a href="https://threejs.org/" target="_blank" rel="noopener" class="logo-link"></a>
 
 			<div class="title-wrapper">
-				<a href="https://threejs.org/" target="_blank" rel="noopener">three.js</a><span>GPU-Driven Nanite-style Rasterizer</span>
+				<a href="https://threejs.org/" target="_blank" rel="noopener">three.js</a><span>GPU-Driven Compute Rasterizer</span>
 			</div>
 
 			<small>Rendering <span id="triangleCount"></span> triangles.</small>

粤ICP备19079148号