LoaderUtils.html 907 B

1234567891011121314151617181920212223242526272829303132333435363738
  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]</h1>
  12. <p class="desc">An object with several loader utility functions.</p>
  13. <h2>Functions</h2>
  14. <h3>[method:String decodeText]( [param:TypedArray array] )</h3>
  15. <p>
  16. [page:TypedArray array] — A stream of bytes as a typed array.
  17. </p>
  18. <p>
  19. The function takes a stream of bytes as input and returns a string representation.
  20. </p>
  21. <h3>[method:String extractUrlBase]( [param:string url] )</h3>
  22. <p>
  23. [page:String url] — The url to extract the base url from.
  24. </p>
  25. <p>
  26. Extract the base from the URL.
  27. </p>
  28. <h2>Source</h2>
  29. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  30. </body>
  31. </html>