Browse Source

Improve `webgl_animation_multiple` example doc (#22429)

* Fix typo in example description

* Remove unnecessary commented code

This name isn't referenced anywhere -- looks like an original oversight.
Samuel Dion-Girardeau 3 years ago
parent
commit
b38d053c8d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      examples/webgl_animation_multiple.html

+ 1 - 2
examples/webgl_animation_multiple.html

@@ -10,7 +10,7 @@
 		<div id="container"></div>
 
 		<div id="info">
-			This demo shows how clone a skinned 3d model using <strong>SkeletonUtils.clone()</strong><br/>
+			This demo shows how to clone a skinned 3d model using <strong>SkeletonUtils.clone()</strong><br/>
 			Soldier model from <a href="https://www.mixamo.com" target="_blank" rel="noopener">https://www.mixamo.com</a>.
 		</div>
 
@@ -43,7 +43,6 @@
 			const MODELS = [
 				{ name: "Soldier" },
 				{ name: "Parrot" },
-				// { name: "RiflePunch" },
 			];
 
 			// Here we define instances of the models that we want to place in the scene, their position, scale and the animations