|
@@ -0,0 +1,38 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+ <head>
|
|
|
+ <meta charset="utf-8" />
|
|
|
+ <base href="../../" />
|
|
|
+ <script src="list.js"></script>
|
|
|
+ <script src="page.js"></script>
|
|
|
+ <link type="text/css" rel="stylesheet" href="page.css" />
|
|
|
+ </head>
|
|
|
+ <body>
|
|
|
+ <h1>[name]</h1>
|
|
|
+
|
|
|
+ <div class="desc">An object with several loader utility functions.</div>
|
|
|
+
|
|
|
+ <h2>Functions</h2>
|
|
|
+
|
|
|
+ <h3>[method:String decodeText]( [page:TypedArray array] )</h3>
|
|
|
+ <div>
|
|
|
+ [page:TypedArray array] — A stream of bytes as a typed array.
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ The function takes a stream of bytes as input and returns a string representation.
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <h3>[method:String extractUrlBase]( [page:string url] )</h3>
|
|
|
+ <div>
|
|
|
+ [page:String url] — The url to extract the base url from.
|
|
|
+ </div>
|
|
|
+ <div>
|
|
|
+ Extract the base from the URL.
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <h2>Source</h2>
|
|
|
+
|
|
|
+ [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
|
|
|
+ </body>
|
|
|
+</html>
|