├── README.md ├── images ├── nx.jpg ├── ny.jpg ├── nz.jpg ├── px.jpg ├── py.jpg └── pz.jpg ├── index.html └── js └── Three.js /README.md: -------------------------------------------------------------------------------- 1 | # ThreeJS-demo 2 | 用ThreeJS仿微博全景图片 3 | [项目详情介绍](http://www.jianshu.com/p/8135281b855d) 4 | 5 | [预览](https://cinoliu.github.io/ThreeJS-demo/) 6 | -------------------------------------------------------------------------------- /images/nx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinoliu/ThreeJS-demo/fe72642f34e267457b474bc75e05143bae3538ab/images/nx.jpg -------------------------------------------------------------------------------- /images/ny.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinoliu/ThreeJS-demo/fe72642f34e267457b474bc75e05143bae3538ab/images/ny.jpg -------------------------------------------------------------------------------- /images/nz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinoliu/ThreeJS-demo/fe72642f34e267457b474bc75e05143bae3538ab/images/nz.jpg -------------------------------------------------------------------------------- /images/px.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinoliu/ThreeJS-demo/fe72642f34e267457b474bc75e05143bae3538ab/images/px.jpg -------------------------------------------------------------------------------- /images/py.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinoliu/ThreeJS-demo/fe72642f34e267457b474bc75e05143bae3538ab/images/py.jpg -------------------------------------------------------------------------------- /images/pz.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cinoliu/ThreeJS-demo/fe72642f34e267457b474bc75e05143bae3538ab/images/pz.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 仿微博全景图片-ThreeJS 8 | 9 | 10 | 34 | 35 | 36 | 37 | 38 | 39 |
40 | 41 | 42 | 43 | 223 | 224 | 225 | 226 | 227 | 228 | --------------------------------------------------------------------------------