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

JSM: Added GLTFExporter and MTLLoader to modularize.

上级 d050e407
......@@ -11,9 +11,11 @@ var files = [
{ path: 'controls/OrbitControls.js', ignoreList: [] },
{ path: 'controls/MapControls.js', ignoreList: [] },
{ path: 'controls/TrackballControls.js', ignoreList: [] },
// { file: 'controls/TransformControls.js', ignoreList: [] },
// { path: 'controls/TransformControls.js', ignoreList: [] },
{ path: 'exporters/GLTFExporter.js', ignoreList: [] },
{ path: 'loaders/GLTFLoader.js', ignoreList: [ 'NoSide', 'Matrix2', 'DDSLoader', 'DRACOLoader', 'BufferGeometryUtils' ] },
{ path: 'loaders/OBJLoader.js', ignoreList: [] }
{ path: 'loaders/OBJLoader.js', ignoreList: [] },
{ path: 'loaders/MTLLoader.js', ignoreList: [] }
];
for ( var i = 0; i < files.length; i ++ ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册