https://github.com/unclechu/three.js-box-panorama
RequireJS module based on three.js 3D-panorama engine
https://github.com/unclechu/three.js-box-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-box-panorama
- Owner: unclechu
- License: gpl-3.0
- Created: 2014-03-10T23:28:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-23T08:24:01.000Z (about 12 years ago)
- Last Synced: 2024-12-27T22:21:15.549Z (over 1 year ago)
- Language: JavaScript
- Size: 344 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
3D-box-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-sphere-panorama engine](https://github.com/unclechu/three.js-sphere-panorama)