├── LICENSE ├── README.md ├── index.html ├── js ├── anzu.min.js └── theta_gl.js ├── mov └── theta1.m4v ├── movie_360.html ├── theta_360.html ├── theta_anzu_360.html ├── theta_anzu_up.html └── uv ├── half_sphere_1.json └── half_sphere_2.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mganeko/THETA_GL/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mganeko/THETA_GL/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mganeko/THETA_GL/HEAD/index.html -------------------------------------------------------------------------------- /js/anzu.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mganeko/THETA_GL/HEAD/js/anzu.min.js -------------------------------------------------------------------------------- /js/theta_gl.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mganeko/THETA_GL/HEAD/js/theta_gl.js -------------------------------------------------------------------------------- /mov/theta1.m4v: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mganeko/THETA_GL/HEAD/mov/theta1.m4v -------------------------------------------------------------------------------- /movie_360.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mganeko/THETA_GL/HEAD/movie_360.html -------------------------------------------------------------------------------- /theta_360.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mganeko/THETA_GL/HEAD/theta_360.html -------------------------------------------------------------------------------- /theta_anzu_360.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mganeko/THETA_GL/HEAD/theta_anzu_360.html -------------------------------------------------------------------------------- /theta_anzu_up.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mganeko/THETA_GL/HEAD/theta_anzu_up.html -------------------------------------------------------------------------------- /uv/half_sphere_1.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mganeko/THETA_GL/HEAD/uv/half_sphere_1.json -------------------------------------------------------------------------------- /uv/half_sphere_2.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mganeko/THETA_GL/HEAD/uv/half_sphere_2.json --------------------------------------------------------------------------------