提交 9e3d48ef 编写于 作者: M Mr.doob

GLTFLoader: Added deprecated message.

上级 19ab4fbe
......@@ -243,6 +243,16 @@ THREE.GLTFLoader = ( function () {
/* ANIMATION */
GLTFLoader.Animations = {
update: function () {
console.warn( 'THREE.GLTFLoader.Animation has been deprecated. Use THREE.AnimationMixer instead.' );
}
};
function createAnimation( name, interps ) {
var tracks = [];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册