threejs-hittest
Version:
A convenient method for doing a hittest from a screen coordinate through a threejs camera.
22 lines (21 loc) • 349 B
JSON
{
"name": "threejs-hittest",
"version": "0.0.0",
"authors": [
"Tomasz Dysinski <oz@bunnybones.com>"
],
"keywords": [
"touch",
"multitouch"
],
"license": "MIT",
"homepage": "http://bunnybones.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"devDependencies": {
"three.js": "*"
}
}