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