1234567891011121314151617181920212223242526272829303132333435363738 |
- <!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:LightShadow] →
- <h1>[name]</h1>
- <div class="desc">TODO</div>
- <h2>Constructor</h2>
- The constructor creates a [page:PerspectiveCamera PerspectiveCamera] to manage the shadow's view of the world.
- <h2>Properties</h2>
- See the base [page:LightShadow LightShadow] class for common properties.
- <h2>Methods</h2>
- See the base [page:LightShadow LightShadow] class for common methods.
- <h3>[method:SpotLightShadow update]( [page:SpotLight light] )</h3>
- <div>
- Updates the internal perspective camera.
- </div>
- <h2>Source</h2>
- [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
- </body>
- </html>
|