UNPKG

readyaim

Version:

readyaim provides an aiming mechanism using a THREE.js camera

27 lines (21 loc) 826 B
<!DOCTYPE html> <head> <title>readyaim.test</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="mobile-web-app-capable" content="yes"> <base target="_parent"> <link href="./img/square-crosshair.png" rel="icon" type="image/png" /> <!-- <scrounge root="readyaim_demo.css"> --> <!-- </scrounge> --> </head> <body tabindex="0"> <noscript>javacript required</noscript> <!-- <scrounge root="readyaim_demo.js"> --> <!-- </scrounge> --> <span>click or touch the canvas</span> <img src="./img/readyaim-text-small.png" /> </body> </html>