16 lines
976 B
HTML
16 lines
976 B
HTML
<html>
|
|
<head>
|
|
<title>Draw</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link href="https://fonts.googleapis.com/css?family=Raleway:300,400,600,700" rel="stylesheet">
|
|
<link rel="stylesheet" href="css/draw_ui.css">
|
|
</head>
|
|
<body>
|
|
<h1>Thank you for downloading the draw app!</h1>
|
|
<p class="h4Style">This basic app allows you to draw lines with the index finger of your dominant hand in HMD using the trigger.</p>
|
|
<p class="h4Style">In desktop, simply use your left mouse button to draw 1 meter in front of your camera view. The lines will
|
|
disappear after 60 seconds unless erased in HMD mode using the grip. You will need to close your tablet to draw.</p>
|
|
<p class="h4Style">The app is intended to help users who cannot use their microphone or as a quick visual aid during conversation.</p>
|
|
</body>
|
|
</html>
|