Browse Source

AnimationMixer.js:7 GET http://localhost/lib/three.js_github/src/constants net::ERR_ABORTED 404 (Not Found)

gonnavis 5 năm trước cách đây
mục cha
commit
87b4fbe040
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/animation/AnimationMixer.js

+ 1 - 1
src/animation/AnimationMixer.js

@@ -4,7 +4,7 @@ import { LinearInterpolant } from '../math/interpolants/LinearInterpolant.js';
 import { PropertyBinding } from './PropertyBinding.js';
 import { PropertyBinding } from './PropertyBinding.js';
 import { PropertyMixer } from './PropertyMixer.js';
 import { PropertyMixer } from './PropertyMixer.js';
 import { AnimationClip } from './AnimationClip.js';
 import { AnimationClip } from './AnimationClip.js';
-import { NormalAnimationBlendMode } from '../constants';
+import { NormalAnimationBlendMode } from '../constants.js';
 
 
 /**
 /**
  *
  *