How we can get file size of OBJ and FBX?

,

Hello guys. I am loading FBX and OBJ models into the scene. Now I need to store file size or model size. How can I get this using three JS? Thanks

It seems this is a duplicate of : Get GLB file size

Your issue is not related to a particular file type. You might want to modify the loaders and extract the size from the HTTP response header.

1 Like