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

Added base for new Loader.

上级 45630f93
/**
* @author alteredq / http://alteredqualia.com/
*/
THREE.JSONLoader = function () {
THREE.Loader.call( this );
};
THREE.JSONLoader.prototype = new THREE.Loader();
THREE.JSONLoader.prototype.constructor = THREE.JSONLoader;
THREE.JSONLoader.prototype.supr = THREE.Loader.prototype;
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册