Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.1k views
in Technique[技术] by (71.8m points)

three.js - .obj to .glb conversion file size problem

I want to make a web platform with functions that can convert .obj files with .jpg texture into .glb files.

I used GLTFExporter.js and it works pretty well on the local side. However, when I use the same files to test on the website (1. upload obj and jpg 2.convert both into URL 3.run convert functions), the size of .glb file gets larger. After several tests, it turns out that there is something wrong with the jpg file after it converts into url. My assumption is that JPG url is DOMString which stores data in a different mode than a normal JPG file. Do you have any suggestions about the conversion problem? Is there a way to reduce the converted glb file size? Thank you in advance for your reply.

question from:https://stackoverflow.com/questions/65644376/obj-to-glb-conversion-file-size-problem

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...