UNPKG

voxel-aabb-sweep

Version:

Sweep an AABB through voxels or a tileset and find collisions

18 lines 333 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Test</title> <style> button { font: 18px sans-serif; margin: 1em; padding: 0.5em; } </style> </head> <body> <button id='run'>Run</button> <script src='bundle.js'></script> </body> </html>