123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <!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>
- [page:Object3D] →
- <h1>[name]</h1>
- <p class="desc">base class for immediate rendering objects.</p>
- <h2>Constructor</h2>
- <h3>[name]()</h3>
- <p>
- This creates a new [name].
- </p>
- <h2>Methods</h2>
- <h3>[method:null render]([param:Function renderCallback])</h3>
- <p>
- renderCallback -- A function to render the generated object.
- </p>
- <p>
- This function needs to be overridden to start the creation of the object and should call renderCallback when finished.
- </p>
- <h2>Source</h2>
- [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
- </body>
- </html>
|