Class: ParallaxCameraControllerPlugin
Plugins.ParallaxCameraControllerPlugin
Camera parallax effect using asymmetric frustum using mouse or gyroscope as input
Hierarchy
AViewerPlugin
<""
>↳
ParallaxCameraControllerPlugin
Implements
Properties
PluginType
▪ Static
Readonly
PluginType: "ParallaxCameraControllerPlugin"
Defined in
webgi/src/plugins/ParallaxCameraControllerPlugin.ts:19
uiConfig
• uiConfig: UiObjectConfig
<any
, string
>
Implementation of
Defined in
webgi/src/plugins/ParallaxCameraControllerPlugin.ts:20
enabled
• enabled: boolean
= false
Overrides
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
Defined in
webgi/src/core/AViewerPlugin.ts:23
_viewer
• Protected
Optional
_viewer: ViewerApp
Inherited from
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
Name | Type |
---|---|
value | boolean |
Returns
void
Inherited from
AViewerPlugin.dirty
Defined in
webgi/src/core/AViewerPlugin.ts:20
viewer
• get
viewer(): undefined
| TViewer
Returns
undefined
| TViewer
Inherited from
AViewerPlugin.viewer
Defined in
webgi/src/core/AViewerPlugin.ts:29
Methods
onDispose
▸ onDispose(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:40
onRemove
▸ onRemove(viewer
): Promise
<void
>
Parameters
Name | Type |
---|---|
viewer | ViewerApp |
Returns
Promise
<void
>
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:44
toJSON
▸ toJSON(meta?
): any
Parameters
Name | Type |
---|---|
meta? | any |
Returns
any
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:49
fromJSON
▸ fromJSON(data
, meta?
): null
| ParallaxCameraControllerPlugin
| Promise
<null
| ParallaxCameraControllerPlugin
>
Parameters
Name | Type |
---|---|
data | any |
meta? | any |
Returns
null
| ParallaxCameraControllerPlugin
| Promise
<null
| ParallaxCameraControllerPlugin
>
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:56
exportState
▸ exportState(): any
Returns
any
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:68
importState
▸ importState(state
): Promise
<void
>
Parameters
Name | Type |
---|---|
state | any |
Returns
Promise
<void
>
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:71
storeState
▸ storeState(prefix?
, storage?
, data?
): void
Parameters
Name | Type |
---|---|
prefix? | string |
storage? | Storage |
data? | any |
Returns
void
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:78
loadState
▸ loadState(prefix?
, storage?
): Promise
<void
>
Parameters
Name | Type |
---|---|
prefix? | string |
storage? | Storage |
Returns
Promise
<void
>
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:88
onAdded
▸ onAdded(v
): Promise
<void
>
Parameters
Name | Type |
---|---|
v | ViewerApp |
Returns
Promise
<void
>
Overrides
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
Name | Type |
---|---|
e | MouseEvent |
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
Name | Type |
---|---|
delta | number |
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
Name | Type |
---|---|
prefix? | string |
Returns
string
Inherited from
Defined in
webgi/src/core/AViewerPlugin.ts:64
_onObjectHit
▸ Protected
_onObjectHit(e
): void
Parameters
Name | Type |
---|---|
e | any |
Returns
void
Defined in
webgi/src/plugins/ParallaxCameraControllerPlugin.ts:204
Constructors
constructor
• new ParallaxCameraControllerPlugin()