我想知道如何为兰博基尼Gallardo创建模型文件(在示例中)。我的意思是这个模型非常复杂,它存储在许多文件中,例如:
.htaccess
GallardoNoUv_bin.bin
GallardoNoUv_bin.js
and in parts folder:
gallardo_body_bin.bin
gallardo_body_bin.js
gallardo_wheel_bin.bin
gallardo_wheel_bin.js
如何创建这些文件?那么,如果我的模型在Blender或Maya中,我如何将模型导出/转换为上述
是否可以异步加载Node.js模块?
这是标准代码:
var foo = require("./foo.js"); // waiting for I/O
foo.bar();
但我想写这样的东西:
require("./foo.js", function(foo) {
foo.bar();
});
// doing something else while the hard drive is crunching...
有办法做这件事吗?还是require中的回调不受支持有很好的理由?
我想让es6加入到我的项目中,所以我使用了这个教程的,当我尝试在cmd中写'webpack‘的时候,我得到了这个错误
Done in 8.99s.
{ Error: Cannot find module 'webpack-cli'
at Function.Module._resolveFilename (module.js:470:15)
at Function.Module._load (module.js:418:25)
at Module.require (module.js:498:17)
at require (inte