equirect-cubemap-faces-js
Version:
Convert an equirectangular image (aka lat-long map) into cubemap faces you can feed to WebGL
24 lines (23 loc) • 558 B
JSON
{
"name": "equirect-cubemap-faces-js",
"version": "2.3.0",
"description": "Convert an equirectangular image (aka lat-long map) into cubemap faces you can feed to WebGL",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webgl",
"cubemap",
"equirectangular",
"latlong",
"latitude",
"longitude"
],
"author": "Thom Chiovoloni",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thomcc/equirect-to-cubemap-faces.git"
}
}