UNPKG

voxel-aabb-sweep

Version:

Sweep an AABB through voxels or a tileset and find collisions

33 lines (32 loc) 696 B
{ "name": "voxel-aabb-sweep", "version": "0.5.0", "description": "Sweep an AABB through voxels or a tileset and find collisions", "main": "index.js", "directories": { "test": "test" }, "scripts": { "test": "tap test/*" }, "author": "Andy Hall", "license": "MIT", "devDependencies": { "tap": "^5.7.1" }, "repository": { "type": "git", "url": "git+https://github.com/andyhall/voxel-aabb-sweep.git" }, "keywords": [ "voxel", "aabb", "sweep", "collision" ], "bugs": { "url": "https://github.com/andyhall/voxel-aabb-sweep/issues" }, "homepage": "https://github.com/andyhall/voxel-aabb-sweep#readme", "dependencies": {} }