Class THREE.CombinedCamera
Defined in: CombinedCamera.js.
Constructor Attributes | Constructor Name and Description |
---|---|
THREE.CombinedCamera(width, height, fov, near, far, orthoNear, orthoFar)
|
Method Attributes | Method Name and Description |
---|---|
setFov(fov)
|
|
setLens(focalLength, frameHeight)
|
|
setSize(width, height)
|
|
setZoom(zoom)
|
|
Class Detail
THREE.CombinedCamera(width, height, fov, near, far, orthoNear, orthoFar)
- Parameters:
- width
- height
- fov
- near
- far
- orthoNear
- orthoFar
Method Detail
setFov(fov)
- Parameters:
- fov
setLens(focalLength, frameHeight)
- Parameters:
- focalLength
- frameHeight
setSize(width, height)
- Parameters:
- width
- height
setZoom(zoom)
- Parameters:
- zoom
toBackView()
toBottomView()
toFrontView()
toLeftView()
toOrthographic()
toPerspective()
toRightView()
toTopView()
updateProjectionMatrix()