Jelajahi Sumber

improve example.html (#27648)

Repeated English content appeared in the Chinese translation document
zkiki 1 tahun lalu
induk
melakukan
c4b3e6e9af
1 mengubah file dengan 2 tambahan dan 3 penghapusan
  1. 2 3
      manual/zh/shadows.html

+ 2 - 3
manual/zh/shadows.html

@@ -74,8 +74,7 @@
 <p>现在让我们加载阴影贴图</p>
 <pre class="prettyprint showlinemods notranslate lang-js" translate="no">const shadowTexture = loader.load("resources/images/roundshadow.png");
 </pre>
-<p>and make an array to remember each sphere and associated objects.
-并且创建一个数组来存放每个球体和它相关的对象</p>
+<p>并且创建一个数组来存放每个球体和它相关的对象</p>
 <pre class="prettyprint showlinemods notranslate lang-js" translate="no">const sphereShadowBases = [];
 </pre>
 <p>现在我们创建一个球体</p>
@@ -366,4 +365,4 @@ updateCamera();
 
 
 
-</body></html>
+</body></html>