three.equirectangular-to-cubemap
Version:
Convert an equirectangular panorama into a three.js cubemap texture
31 lines (30 loc) • 853 B
JSON
{
"name": "three.equirectangular-to-cubemap",
"version": "1.1.0",
"description": "Convert an equirectangular panorama into a three.js cubemap texture",
"main": "build/EquirectangularToCubemap.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://spite@github.com/spite/THREE.EquirectangularToCubemap.git"
},
"keywords": [
"canvas",
"webgl",
"three.js",
"cubemap",
"equirectangular",
"panorama"
],
"author": "Jaume Sanchez <the.spite@gmail.com> (https://www.clicktorelease.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/spite/THREE.EquirectangularToCubemap/issues"
},
"homepage": "https://github.com/spite/THREE.EquirectangularToCubemap#readme"
}