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

Merge pull request #10308 from donmccurdy/feat-gltf-step-interpolation

Map glTF STEP interpolation to THREE.InterpolateDiscrete
......@@ -359,7 +359,8 @@ THREE.GLTFLoader = ( function () {
};
var INTERPOLATION = {
LINEAR: THREE.InterpolateLinear
LINEAR: THREE.InterpolateLinear,
STEP: THREE.InterpolateDiscrete
};
/* UTILITY FUNCTIONS */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册