Skip to main content

Class: ParallaxCameraControllerPlugin

Plugins.ParallaxCameraControllerPlugin

Camera parallax effect using asymmetric frustum using mouse or gyroscope as input

Hierarchy

Implements

Properties

PluginType

Static Readonly PluginType: "ParallaxCameraControllerPlugin"

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:19


uiConfig

uiConfig: UiObjectConfig<any, string>

Implementation of

IUiConfigContainer.uiConfig

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:20


enabled

enabled: boolean = false

Overrides

AViewerPlugin.enabled

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:23


enableEdit

enableEdit: boolean = false

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:24


invert

invert: boolean = false

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:25


sensitivity

sensitivity: number = 0.5

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:26


focalPointHit

focalPointHit: Vector3

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:30


damping

damping: number = 0.5

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:33


cameraView

cameraView: string = ''

Name of the camera view from the CameraViewPlugin

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:37


_dirty

Protected _dirty: boolean = false

Inherited from

AViewerPlugin._dirty

Defined in

webgi/src/core/AViewerPlugin.ts:23


_viewer

Protected Optional _viewer: ViewerApp

Inherited from

AViewerPlugin._viewer

Defined in

webgi/src/core/AViewerPlugin.ts:27

Accessors

dirty

get dirty(): boolean

Returns

boolean

Inherited from

AViewerPlugin.dirty

Defined in

webgi/src/core/AViewerPlugin.ts:16

set dirty(value): void

Parameters

NameType
valueboolean

Returns

void

Inherited from

AViewerPlugin.dirty

Defined in

webgi/src/core/AViewerPlugin.ts:20

Methods

onDispose

onDispose(viewer): Promise<void>

Parameters

NameType
viewerViewerApp

Returns

Promise<void>

Inherited from

AViewerPlugin.onDispose

Defined in

webgi/src/core/AViewerPlugin.ts:36


onRemove

onRemove(viewer): Promise<void>

Parameters

NameType
viewerViewerApp

Returns

Promise<void>

Inherited from

AViewerPlugin.onRemove

Defined in

webgi/src/core/AViewerPlugin.ts:40


toJSON

toJSON(meta?): any

Parameters

NameType
meta?any

Returns

any

Inherited from

AViewerPlugin.toJSON

Defined in

webgi/src/core/AViewerPlugin.ts:45


fromJSON

fromJSON(data, meta?): null | ParallaxCameraControllerPlugin | Promise<null | ParallaxCameraControllerPlugin>

Parameters

NameType
dataany
meta?any

Returns

null | ParallaxCameraControllerPlugin | Promise<null | ParallaxCameraControllerPlugin>

Inherited from

AViewerPlugin.fromJSON

Defined in

webgi/src/core/AViewerPlugin.ts:52


exportState

exportState(): any

Returns

any

Inherited from

AViewerPlugin.exportState

Defined in

webgi/src/core/AViewerPlugin.ts:64


importState

importState(state): Promise<void>

Parameters

NameType
stateany

Returns

Promise<void>

Inherited from

AViewerPlugin.importState

Defined in

webgi/src/core/AViewerPlugin.ts:67


storeState

storeState(prefix?, storage?, data?): void

Parameters

NameType
prefix?string
storage?Storage
data?any

Returns

void

Inherited from

AViewerPlugin.storeState

Defined in

webgi/src/core/AViewerPlugin.ts:74


loadState

loadState(prefix?, storage?): Promise<void>

Parameters

NameType
prefix?string
storage?Storage

Returns

Promise<void>

Inherited from

AViewerPlugin.loadState

Defined in

webgi/src/core/AViewerPlugin.ts:84


onAdded

onAdded(v): Promise<void>

Parameters

NameType
vViewerApp

Returns

Promise<void>

Overrides

AViewerPlugin.onAdded

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:61


addIndicator

addIndicator(): void

Returns

void

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:136


onPointerDown

onPointerDown(e): void

Parameters

NameType
eMouseEvent

Returns

void

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:158


onPointerUp

onPointerUp(): void

Returns

void

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:166


update

update(delta): void

Parameters

NameType
deltanumber

Returns

void

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:179


dispose

dispose(): void

Returns

void

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:274


_storeKey

Protected _storeKey(prefix?): string

Parameters

NameType
prefix?string

Returns

string

Inherited from

AViewerPlugin._storeKey

Defined in

webgi/src/core/AViewerPlugin.ts:60


_onObjectHit

Protected _onObjectHit(e): void

Parameters

NameType
eany

Returns

void

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:204

Constructors

constructor

new ParallaxCameraControllerPlugin()

Overrides

AViewerPlugin.constructor

Defined in

webgi/src/plugins/ParallaxCameraControllerPlugin.ts:53