简体   繁体   English

三台js 3d model装载机

[英]Three js 3d model loaders

All the last latest versions of threejs use es6 for most everything. Threejs 的所有最新版本几乎都使用 es6。 I need the object loaders for obj, fbx, gftl in normal js code.我需要在普通 js 代码中用于 obj、fbx、gftl 的 object 加载器。 Are they available or can someone convert them for me?它们是否可用或有人可以为我转换它们吗?

Jeff杰夫

Are they available or can someone convert them for me?它们是否可用或有人可以为我转换它们吗?

If you need a ES6 to ES5 conversion, you have to setup the transpiling workflow by yourself.如果你需要 ES6 到 ES5 的转换,你必须自己设置转译工作流程。

in normal js code在普通的js代码中

According to current JavaScript standards, ES6 features like class syntax or let / const is "normal" JavaScript code.根据当前的 JavaScript 标准,ES6 功能如 class 语法或let / const是“正常” JavaScript 代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM