Migration-guide.html 584 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <base href="../../../" />
  6. <script src="list.js"></script>
  7. <script src="page.js"></script>
  8. <link type="text/css" rel="stylesheet" href="page.css" />
  9. </head>
  10. <body>
  11. <h1>[name]</a></h1>
  12. <p class="desc">
  13. The migration guide is maintained on the [link:https://github.com/mrdoob/three.js/wiki wiki].
  14. It contains a list of changes for each version of three.js going back to r45.<br /><br />
  15. You can find it [link:https://github.com/mrdoob/three.js/wiki/Migration-Guide here].
  16. </p>
  17. </body>
  18. </html>