提交 8993352c 编写于 作者: A Angel Xuan Chang

Fix cloneObject to also copy source.useVertexTexture for SkinnedMesh.

上级 9fe28db7
......@@ -65,7 +65,7 @@ THREE.SceneUtils = {
} else if ( source instanceof THREE.SkinnedMesh ) {
object = new THREE.SkinnedMesh( source.geometry, source.material );
object = new THREE.SkinnedMesh( source.geometry, source.material, source.useVertexTexture );
} else if ( source instanceof THREE.Mesh ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册