提交 c17fc1df 编写于 作者: M Mr.doob

Fixed SkeletonHelper.

上级 ed0b2eaf
......@@ -26,6 +26,8 @@ THREE.SkeletonHelper = function ( object ) {
}
geometry.dynamic = true;
var material = new THREE.LineBasicMaterial( { vertexColors: THREE.VertexColors, depthTest: false, depthWrite: false, transparent: true } );
THREE.LineSegments.call( this, geometry, material );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册