matrix-camera-controller
Version:
View camera control by direct matrix manipulation
36 lines (35 loc) • 828 B
JSON
{
"name": "matrix-camera-controller",
"version": "2.1.4",
"description": "View camera control by direct matrix manipulation",
"main": "matrix.js",
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mikolalysenko/matrix-camera-controller.git"
},
"keywords": [
"camera",
"webgl",
"matrix",
"view",
"controller"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/matrix-camera-controller/issues"
},
"homepage": "https://github.com/mikolalysenko/matrix-camera-controller",
"dependencies": {
"binary-search-bounds": "^2.0.0",
"gl-mat4": "^1.1.2",
"gl-vec3": "^1.0.3",
"mat4-interpolate": "^1.0.3"
},
"devDependencies": {
"tape": "^3.5.0"
}
}