https://github.com/explooosion/react-three-panorama
https://github.com/explooosion/react-three-panorama
panorama reactjs threejs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/explooosion/react-three-panorama
- Owner: explooosion
- License: mit
- Created: 2021-06-30T19:18:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-02T16:52:20.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T19:30:48.504Z (about 1 year ago)
- Topics: panorama, reactjs, threejs
- Homepage: https://robby570.tw/react-three-panorama
- Size: 4.71 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-three-panorama
Demo panorama scene by three.js build with react.js
# Deploy
```sh
yarn
yarn start
```
# Credit
- [three.js - example - webgl_panorama_cube](https://github.com/mrdoob/three.js/blob/master/examples/webgl_panorama_cube.html)
- [three.js - OrbitControls](https://threejs.org/docs/?q=orbitcontrols#examples/en/controls/OrbitControls)
- [Vincedream - threejs-pano](https://github.com/Vincedream/threejs-pano)
- [前端3种方案实现VR全景 ,po源码,建议收藏](https://zhuanlan.zhihu.com/p/383184055)