12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <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">
- The camera Helper is an Object3D which helps visualizing what a camera contains in its frustum.<br />
- It visualizes the frustum with an line Geometry.
- </div>
- <h2>Constructor</h2>
- <h3>[name]([page:Camera camera])</h3>
- <div>
- camera -- The camera to visualize.
- </div>
- <div>
- This create a new [Name] for the specified camera.
- </div>
- <h2>Properties</h2>
- <h3>.[page:object pointMap]</h3>
- <div>
- This contains the points to viualize the cameraHelper
- </div>
- <h3>.[page:Camera camera]</h3>
- <div>
- The camera to visualize.
- </div>
- <h2>Methods</h2>
- <h3>.update()</h3>
- <div>
- Updates the helper based on the projectionMatrix of the camera.
- </div>
- <h2>Source</h2>
- [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
- </body>
- </html>
|