Numa Posted January 30, 2017 Share Posted January 30, 2017 Hi there, I noticed that the OBJ Importer doesn't have a loadAsync function. Currently it freezes the page while parsing the file. Is there currently a way to load an obj file asynchronously? are webworkers the only way? Thanks Quote Link to comment Share on other sites More sharing options...
davrous Posted January 30, 2017 Share Posted January 30, 2017 Hello, Yes, Web Workers would be the only way. The problem would be to pass the data back to the main thread. It would require some test to check if sending back the data via messages wouldn't also freeze the page. David NasimiAsl 1 Quote Link to comment Share on other sites More sharing options...
NasimiAsl Posted January 31, 2017 Share Posted January 31, 2017 i like to test that stuff . i start make smart array for replicated data between 2 WP . need time to share result Quote Link to comment Share on other sites More sharing options...
Numa Posted January 31, 2017 Author Share Posted January 31, 2017 Thanks davrous, I'll give it a try. @NasimiAsl awesome, Keep us posted! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.