Camera.html 598 B

12345678910111213141516171819202122232425262728293031
  1. <html>
  2. <head>
  3. <link rel="stylesheet" type="text/css" href="../../styles.css" />
  4. </head>
  5. <body>
  6. <h1>Camera</h1>
  7. Abstract base class for cameras.
  8. <h2>Constructor</h2>
  9. <code>
  10. Camera()
  11. </code>
  12. <h2>Properties</h2>
  13. <h3>matrixWorldInverse <a href="../core/Matrix4.js">Matrix4</a></h3>
  14. <h3>projectionMatrix <a href="../core/Matrix4.js">Matrix4</a></h3>
  15. <h3>projectionMatrixInverse <a href="../core/Matrix4.js">Matrix4</a></h3>
  16. <h2>Methods</h2>
  17. <h3>lookAt( vector <a href="../core/Vector3.js">Matrix4</a> )</h3>
  18. Orient camera to look at Vector3()
  19. </body>
  20. </html>