three.js FileLoader checks for ‘Content-Length’ HTTP header to determine the total size of any asset. Try to make sure that your server is setting this on the response, other-wise it will be 0.
1 Like
three.js FileLoader checks for ‘Content-Length’ HTTP header to determine the total size of any asset. Try to make sure that your server is setting this on the response, other-wise it will be 0.