Reputation: 648
I am new to three js.I save this page as html from Firefox to my desktop.All related files(threejs,statsjs,helvetiker_bold js.detecterjs to my desktop) are saved successfully.But animation is not working and there is no error shows in firebug.Whats the problem with me? Earlier successfully saved and edited this page
Upvotes: 0
Views: 431
Reputation: 31141
View source of what you saved vs the page online.
The JS changes html in run time and browser saves whatever it is at that time, not the original file.
You can view source the website and save the html manually, then change all the paths to the included resources (JS/CSS files) and it should work fine.
Upvotes: 1