Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ArcRotateCameraDto

Index

Constructors

constructor

  • new ArcRotateCameraDto(radius?: number, alpha?: number, beta?: number, lowerBetaLimit?: number, upperBetaLimit?: number, angularSensibilityX?: number, angularSensibilityY?: number, panningSensibility?: number, wheelPrecision?: number, maxZ?: number): ArcRotateCameraDto
  • Parameters

    • Optional radius: number
    • Optional alpha: number
    • Optional beta: number
    • Optional lowerBetaLimit: number
    • Optional upperBetaLimit: number
    • Optional angularSensibilityX: number
    • Optional angularSensibilityY: number
    • Optional panningSensibility: number
    • Optional wheelPrecision: number
    • Optional maxZ: number

    Returns ArcRotateCameraDto

Properties

alpha

alpha: number

Defines the camera rotation along the longitudinal (horizontal) axis in degrees

default

45

minimum

-360

maximum

360

step

1

angularSensibilityX

angularSensibilityX: number

Angular sensibility along x (horizontal) axis of the camera

default

1000

minimum

0

maximum

Infinity

step

10

angularSensibilityY

angularSensibilityY: number

Angular sensibility along y (vertical) axis of the camera

default

1000

minimum

0

maximum

Infinity

step

10

beta

beta: number

Defines the camera rotation along the latitudinal (vertical) axis in degrees. This is counted from top down, where 0 is looking from top straight down.

default

70

minimum

-360

maximum

360

step

1

lowerBetaLimit

lowerBetaLimit: number

Lower beta limit - camera rotation along the latitudinal (vertical) axis in degrees. This is counted from the top down, where 0 is looking from top straight down.

default

1

minimum

-360

maximum

360

step

1

maxZ

maxZ: number

Maximum distance the camera can see. Objects that are further away from the camera than this value will not be rendered.

default

1000

minimum

0

maximum

Infinity

step

10

panningSensibility

panningSensibility: number

Panning sensibility. The lower this number gets the faster camera will move when panning.

default

1000

minimum

0

maximum

Infinity

step

100

radius

radius: number

Defines the camera distance from its target. This radius will be used to rotate the camera around the target as default.

default

20

minimum

0

maximum

Infinity

step

1

target

target: Point3

Target of the arc rotate camera. Camera will look at and rotate around this point by default.

default

[0, 0, 0]

upperBetaLimit

upperBetaLimit: number

Upper beta limit - camera rotation along the longitudinal (vertical) axis in degrees. This is counted from the top down, where 180 is looking from bottom straight up.

default

179

minimum

-360

maximum

360

step

1

wheelPrecision

wheelPrecision: number

Wheel precision. The lower this number gets the faster camera will move when zooming.

default

3

minimum

0

maximum

Infinity

step

0.1

Generated using TypeDoc