This packages allows you to make a Three.js perspective camera with rotation or with both rotation and movement that supports both mouse and touch devices.
This is still in development, and you may experience bugs. If you find any bugs, please report them in the issues tab.
Go to this link
You can use this package with a CDN, such as jsDelivr or unpkg.
<head>
<!-- Using jsDelivr -->
<script src="https://cdn.jsdelivr.net/npm/threejs-3d-camera@latest"></script>
<!-- Using unpkg -->
<script src="https://unpkg.com/threejs-3d-camera@latest"></script>
</head>
For code documentation, go to: https://5mdm.github.io/threejs-3d-camera/
Generated using TypeDoc