https://github.com/unclechu/three.js-sphere-panorama
RequireJS module based on three.js 3D-panorama engine
https://github.com/unclechu/three.js-sphere-panorama
Last synced: 8 months ago
JSON representation
RequireJS module based on three.js 3D-panorama engine
- Host: GitHub
- URL: https://github.com/unclechu/three.js-sphere-panorama
- Owner: unclechu
- License: gpl-3.0
- Created: 2014-06-20T11:56:43.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-23T08:23:15.000Z (about 12 years ago)
- Last Synced: 2024-12-27T22:21:14.431Z (over 1 year ago)
- Language: JavaScript
- Size: 1.05 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
3D-sphere-panorama engine (r4)
==============================
[RequireJS](http://requirejs.org/) module based on [three.js](http://threejs.org/).
Requirements
============
- [RequireJS](http://requirejs.org/) v2.1.11+
- [jQuery](http://jquery.com/) v2.1+
- [jQuery.mousewheel](https://plugins.jquery.com/mousewheel/) plugin v3.1.9+ \ (for zoom by mouse wheel)
- [three.js](http://threejs.org/) r66+
- [Modernizr](http://modernizr.com/) 2.8.1+ (for test support WebGL and Canvas)
Documentation
=============
See [/docs](./docs/) for automatically generated documentation by [JSDoc](http://usejsdoc.org/) utility.
See also
========
[3D-box-panorama engine](https://github.com/unclechu/three.js-box-panorama)