Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddffee commit 1e7a586Copy full SHA for 1e7a586
src/animation/tracks/BooleanKeyframeTrack.js
@@ -22,7 +22,7 @@ THREE.BooleanKeyframeTrack.prototype =
22
ValueTypeName: 'bool',
23
ValueBufferType: Array,
24
25
- DefaultInterpolation: THREE.IntepolateDiscrete,
+ DefaultInterpolation: THREE.InterpolateDiscrete,
26
27
InterpolantFactoryMethodLinear: undefined,
28
InterpolantFactoryMethodSmooth: undefined
src/animation/tracks/StringKeyframeTrack.js
@@ -22,7 +22,7 @@ THREE.StringKeyframeTrack.prototype =
ValueTypeName: 'string',
0 commit comments