فهرست منبع

Docs: Added note for skinned meshes

Mugen87 7 سال پیش
والد
کامیت
1794855c4d
1فایلهای تغییر یافته به همراه4 افزوده شده و 1 حذف شده
  1. 4 1
      docs/api/objects/SkinnedMesh.html

+ 4 - 1
docs/api/objects/SkinnedMesh.html

@@ -12,7 +12,10 @@
 
 		<h1>[name]</h1>
 
-		<p class="desc">A mesh that has a [page:Skeleton] with [page:Bone bones] that can then be used to animate the vertices of the geometry.</p>
+		<p class="desc">
+			A mesh that has a [page:Skeleton] with [page:Bone bones] that can then be used to animate the vertices of the geometry.
+			The material must support skinning and have skinning enabled - see [page:MeshStandardMaterial.skinning].
+		</p>
 
 		<iframe id="scene" src="scenes/bones-browser.html"></iframe>