提交 e5857aa8 编写于 作者: B Ben Houston

minor error.

上级 74c2898d
......@@ -120,10 +120,10 @@ THREE.PropertyBinding.prototype = {
// support resolving morphTarget names into indices.
//console.log( " resolving morphTargetInfluence name: ", this.propertyIndex );
if( this.node.geometry ) {
if( ! this.node.geometry ) {
console.error( ' can not bind to morphTargetInfluences becasuse node does not have a geometry', this );
}
if( this.node.geometry.morphTargets ) {
if( ! this.node.geometry.morphTargets ) {
console.error( ' can not bind to morphTargetInfluences becasuse node does not have a geometry.morphTargets', this );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册