0.10.1 • Published 8 months ago
@masatomakino/threejs-spherical-controls v0.10.1
threejs-spherical-controls
Spherical camera controller for Three.js
Demo
Getting Started
Install
npm install @masatomakino/threejs-spherical-controls --save-dev
Import
threejs-spherical-controls is composed of ES6 modules and TypeScript d.ts files.
At first, import classes.
import { SphericalController } from "@masatomakino/threejs-spherical-controls";
Set up controller
const cameraTarget = new Mesh(new SphereGeometry(1));
scene.add(cameraTarget);
const cameraController = new SphericalController(camera, cameraTarget);
cameraController.initCameraPosition(
new Spherical(radius, 0, 0), // => North Pole
);
cameraController.move(
new Spherical(radius, Math.PI, 0), // => South Pole
);
License
0.10.1
8 months ago
0.9.4
11 months ago
0.10.0
11 months ago
0.9.3
1 year ago
0.9.2
1 year ago
0.9.1
1 year ago
0.9.0
1 year ago
0.8.0
2 years ago
0.7.1
2 years ago
0.5.3
2 years ago
0.7.0
2 years ago
0.6.1
2 years ago
0.6.0
2 years ago
0.5.2
2 years ago
0.5.0
2 years ago
0.5.1
2 years ago
0.4.8
2 years ago
0.4.7
3 years ago
0.4.6
3 years ago