ArrayCamera.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <base href="../../../" />
  6. <script src="list.js"></script>
  7. <script src="page.js"></script>
  8. <link type="text/css" rel="stylesheet" href="page.css" />
  9. </head>
  10. <body>
  11. [page:PerspectiveCamera] &rarr;
  12. <h1>[name]</h1>
  13. <p class="desc">
  14. 可以使用[name]以使用预定义的一组摄像机有效地渲染场景。这是渲染VR场景的重要性能方面。<br />
  15. [name]的实例总是有一组子摄像机。必须为每个子摄像机定义bounds属性,该属性确定使用此摄像机渲染的视口部分。
  16. </p>
  17. <h2>例子</h2>
  18. <p>[example:webgl_camera_array camera / array ]</p>
  19. <h2>构造函数</h2>
  20. <h3>[name]( [param:Array array] )</h3>
  21. <p>
  22. 摄像机组。
  23. </p>
  24. <h2>属性</h2>
  25. <p>请参阅基类[page:PerspectiveCamera]的公共属性。</p>
  26. <h3>[property:Array cameras]</h3>
  27. <p>
  28. 摄像机组。
  29. </p>
  30. <h2>方法</h2>
  31. <p>请参阅基类[page:PerspectiveCamera]的公共方法。</p>
  32. <h2>源码</h2>
  33. [link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
  34. </body>
  35. </html>