| 123456789101112131415161718192021222324252627282930 |
- <h1>[name] ← [page:Object3D]</h1>
- <div class="desc">Abstract base class for cameras.</div>
- <h2>Constructor</h2>
- <h3>[name]()</h3>
- <h2>Properties</h2>
- <h3>.matrixWorldInverse [page:Matrix4]</h3>
- <h3>.projectionMatrix [page:Matrix4]</h3>
- <h3>.projectionMatrixInverse [page:Matrix4]</h3>
- <h2>Methods</h2>
- <h3>.lookAt( vector [page:Vector3] )</h3>
- <div>
- vector — point to look at<br />
- </div>
- <h2>Source</h2>
- <div><a href="https://github.com/mrdoob/three.js/blob/master/src/[path].js" target="_blank">src/[path].js</a></div>
|