|
@@ -2,7 +2,7 @@
|
|
<html lang="en">
|
|
<html lang="en">
|
|
<head>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta charset="utf-8" />
|
|
- <base href="../../" />
|
|
|
|
|
|
+ <base href="../../../" />
|
|
<script src="list.js"></script>
|
|
<script src="list.js"></script>
|
|
<script src="page.js"></script>
|
|
<script src="page.js"></script>
|
|
<link type="text/css" rel="stylesheet" href="page.css" />
|
|
<link type="text/css" rel="stylesheet" href="page.css" />
|
|
@@ -50,7 +50,7 @@ scene.add( camera );</code>
|
|
<h2>Properties</h2>
|
|
<h2>Properties</h2>
|
|
<p>
|
|
<p>
|
|
See the base [page:Camera] class for common properties.<br>
|
|
See the base [page:Camera] class for common properties.<br>
|
|
- Note that after making changes to most of these poperties you will have to call
|
|
|
|
|
|
+ Note that after making changes to most of these properties you will have to call
|
|
[page:PerspectiveCamera.updateProjectionMatrix .updateProjectionMatrix] for the changes to take effect.
|
|
[page:PerspectiveCamera.updateProjectionMatrix .updateProjectionMatrix] for the changes to take effect.
|
|
</p>
|
|
</p>
|
|
|
|
|