| 12345678910111213141516171819202122232425262728293031 |
- <html>
- <head>
- <link rel="stylesheet" type="text/css" href="../../styles.css" />
- </head>
- <body>
- <h1>Camera</h1>
- Abstract base class for cameras.
- <h2>Constructor</h2>
- <code>
- Camera()
- </code>
- <h2>Properties</h2>
- <h3>matrixWorldInverse <a href="../core/Matrix4.js">Matrix4</a></h3>
- <h3>projectionMatrix <a href="../core/Matrix4.js">Matrix4</a></h3>
- <h3>projectionMatrixInverse <a href="../core/Matrix4.js">Matrix4</a></h3>
- <h2>Methods</h2>
- <h3>lookAt( vector <a href="../core/Vector3.js">Matrix4</a> )</h3>
- Orient camera to look at Vector3()
- </body>
- </html>
|