|
@@ -2180,8 +2180,6 @@ THREE.GLTF2Loader = ( function () {
|
|
|
// TODO: implement
|
|
|
if ( target.TANGENT !== undefined ) {
|
|
|
|
|
|
- console.log( dependencies.accessors[ target.NORMAL ] );
|
|
|
-
|
|
|
}
|
|
|
|
|
|
}
|
|
@@ -2362,7 +2360,6 @@ THREE.GLTF2Loader = ( function () {
|
|
|
|
|
|
var target = channel.target;
|
|
|
var name = target.node || target.id; // NOTE: target.id is deprecated.
|
|
|
-
|
|
|
var input = animation.parameters !== undefined ? animation.parameters[ sampler.input ] : sampler.input;
|
|
|
var output = animation.parameters !== undefined ? animation.parameters[ sampler.output ] : sampler.output;
|
|
|
|