Просмотр исходного кода

Update webgpu_compute_nanite-style.html

Add missing OSG meta tags.
Michael Herzog 1 неделя назад
Родитель
Сommit
76d1eba5ea
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      examples/webgpu_compute_nanite-style.html

+ 4 - 0
examples/webgpu_compute_nanite-style.html

@@ -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>

粤ICP备19079148号