I am trying to render a .mtl file using react-three-renderer. The .mtl file contain reference to some static images in the same directory. Since webpack do not allow static image path, it always returns 404 Not found and the .mtl file is not rendered.
Comments
Post a Comment