🚨 Shai-Hulud Strikes Again:More than 500 packages and 700+ versions compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@geoblocks/cesium-first-person-mode

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@geoblocks/cesium-first-person-mode

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
10
-62.96%
Maintainers
0
Weekly downloads
 
Created
Source

FirstPerson camera mode for CesiumJS

Demo

Demo

Installation

npm i --save @geoblocks/cesium-first-person-mode

Usage

import {Viewer} from '@cesium/engine';
import FirstPersonCameraMode from '@geoblocks/cesium-first-person-mode';

const viewer = new Viewer(...);
const mode = new FirstPersonCameraMode(viewer.scene);

// ...
mode.active = true;

FAQs

Package last updated on 17 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts