threejs-hittest
Version:
A convenient method for doing a hittest from a screen coordinate through a threejs camera.
34 lines (33 loc) • 835 B
JSON
{
"name": "threejs-hittest",
"version": "3.1.0",
"description": "A convenient method for doing a hittest from a screen coordinate through a threejs camera.",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Tomasz Dysinski",
"email": "oz@bunnybones.com",
"url": "https://github.com/bunnybones1"
},
"dependencies": {},
"devDependencies": {
"loadandrunscripts": "^1.0.0",
"threejs-managed-view": "^4.0.1"
},
"scripts": {
"test": "beefy test.js --live --open"
},
"keywords": [
"threejs",
"camera",
"hittest"
],
"repository": {
"type": "git",
"url": "git://github.com/bunnybones1/threejs-hittest.git"
},
"homepage": "https://github.com/bunnybones1/threejs-hittest",
"bugs": {
"url": "https://github.com/bunnybones1/threejs-hittest/issues"
}
}