JSPM

@martinpham/react-360-keyboard-camera-controller

1.0.8
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q46507F
  • License ISC

Provide Keyboard Camera Controller for your React 360 project. Now you can navigate inside 3D world using your arrow keys.

Package Exports

  • @martinpham/react-360-keyboard-camera-controller

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@martinpham/react-360-keyboard-camera-controller) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@martinpham/react-360-keyboard-camera-controller

Provide Keyboard Camera Controller for your React 360 project. Now you can navigate inside 3D world using your arrow keys.

Demo

Chess world

Installing

yarn add @martinpham/react-360-keyboard-camera-controller

Integrating

import KeyboardCameraController from '@martinpham/react-360-keyboard-camera-controller';

...

r360.controls.addCameraController(new KeyboardCameraController());