问题标签 [poly-google]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 将 ARCore 与 OBJ 和 MTL 文件一起使用
在使用 Android ARCore Samples 时,我注意到该示例使用了下一行:
andy.png
andy.obj
是要在3D 对象上“拉伸”的 PNG 文件纹理。
我想用Google Poly中的项目替换模型和 PNG 文件。
但是当从 Poly 下载 obj 文件时,我得到了 obj +mtl
文件。
我猜这mlt
是像PNG这样的纹理文件,但我不能使用它。
我可以把它转换成PNG文件吗?mtl
还是在 ARCore 中使用文件?