Hello,
I am building a product customizer software. I import 3d objects from marvelous designer and I change textures of them using three.js. My problem is this: 3d object that I use (.obj file) 15Mb and it takes 5-7 sec. to just load the object. (I use OBJloader) . SO I want to reduce the object load time. Another Important point is I only use front and back views of object, so in fact I don’t need all angles of views about the object. So is there a method that you can offer to reduce the object load time for my case.
May I use front and back views of the object instead of full object? Or is there a way to reduce the size of obj model? (Should I try different formats .fbx or any other format - or is there just different methods to reduce the object size?) Or should I use dfferent object loader?
Any idea is appreciated, thanks.