|
@@ -101,7 +101,7 @@
|
|
|
|
|
|
<h2>Methods</h2>
|
|
|
|
|
|
- <h3>[method:todo setFov]([page:Number fov])</h3>
|
|
|
+ <h3>[method:null setFov]([page:Number fov])</h3>
|
|
|
<div>
|
|
|
fov -- Camera frustum vertical field of view in perspective view.
|
|
|
</div>
|
|
@@ -109,7 +109,7 @@
|
|
|
sets the camera frustum vertical field of view in perspective view.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:todo setZoom]([page:Number zoom])</h3>
|
|
|
+ <h3>[method:null setZoom]([page:Number zoom])</h3>
|
|
|
<div>
|
|
|
zoom -- The zoom factor.
|
|
|
</div>
|
|
@@ -117,7 +117,7 @@
|
|
|
Sets the zoomfactor.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:todo setLens]([page:number focalLength], [page:Number frameHeight])</h3>
|
|
|
+ <h3>[method:null setLens]([page:number focalLength], [page:Number frameHeight])</h3>
|
|
|
<div>
|
|
|
focalLength -- The focal length of a lens is defined as the distance from the optical center of a lens (or, the secondary principal point for a complex lens like a camera lens) to the focal point (sensor) when the lens is focused on an object at infinity. <br />
|
|
|
frameHeight -- the size of the frame in mm. (default is *35*)
|
|
@@ -126,37 +126,37 @@
|
|
|
Sets the fov based on lens data.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:todo toFrontView]()</h3>
|
|
|
+ <h3>[method:null toFrontView]()</h3>
|
|
|
<div>
|
|
|
Sets the camera to view the front of the target.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:todo toBackView]()</h3>
|
|
|
+ <h3>[method:null toBackView]()</h3>
|
|
|
<div>
|
|
|
Sets the camera to view the back of the target.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:todo toLeftView]()</h3>
|
|
|
+ <h3>[method:null toLeftView]()</h3>
|
|
|
<div>
|
|
|
Sets the camera to view the left of the target.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:todo toRightView]()</h3>
|
|
|
+ <h3>[method:null toRightView]()</h3>
|
|
|
<div>
|
|
|
Sets the camera to view the right of the target.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:todo toTopView]()</h3>
|
|
|
+ <h3>[method:null toTopView]()</h3>
|
|
|
<div>
|
|
|
Sets the camera to view the top.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:todo toBottomView]()</h3>
|
|
|
+ <h3>[method:null toBottomView]()</h3>
|
|
|
<div>
|
|
|
Sets the camera to view the bottom.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:todo setSize]([page:Number width], [page:Number height])</h3>
|
|
|
+ <h3>[method:null setSize]([page:Number width], [page:Number height])</h3>
|
|
|
<div>
|
|
|
width -- The width of the orthographic view.<br />
|
|
|
height -- The height of the orthographic view.
|
|
@@ -165,17 +165,17 @@
|
|
|
Sets the size of the orthographic view.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:todo toOrthographic]()</h3>
|
|
|
+ <h3>[method:null toOrthographic]()</h3>
|
|
|
<div>
|
|
|
Change the camera to orthographic view.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:todo toPerspective]()</h3>
|
|
|
+ <h3>[method:null toPerspective]()</h3>
|
|
|
<div>
|
|
|
Change the camera to Perspective view.
|
|
|
</div>
|
|
|
|
|
|
- <h3>[method:todo updateProjectionMatrix]()</h3>
|
|
|
+ <h3>[method:null updateProjectionMatrix]()</h3>
|
|
|
<div>
|
|
|
Updates the ProjectionMatrix.
|
|
|
</div>
|