|
|
@@ -4,6 +4,10 @@
|
|
|
<title>three.js webgpu - nanite-style 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: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">
|
|
|
<link type="text/css" rel="stylesheet" href="example.css">
|
|
|
</head>
|
|
|
<body>
|