aboutsummaryrefslogtreecommitdiff
path: root/tools/viz/index.html
diff options
context:
space:
mode:
authorCNLohr <charles@cnlohr.com>2018-04-15 20:41:22 -0400
committerGitHub <noreply@github.com>2018-04-15 20:41:22 -0400
commit69b31d3c3b1957e59d7962722a4145bfb0db16f9 (patch)
tree927d843a553ef53217c283f19f16728b0ca51c50 /tools/viz/index.html
parentc73823e20c9ed2f2f8f6a13c2031971d8b7d7be2 (diff)
parent39a63badbb5864314a9d9e18c0871718ac5d2912 (diff)
downloadlibsurvive-69b31d3c3b1957e59d7962722a4145bfb0db16f9.tar.gz
libsurvive-69b31d3c3b1957e59d7962722a4145bfb0db16f9.tar.bz2
Merge branch 'master' into tcc_build
Diffstat (limited to 'tools/viz/index.html')
-rw-r--r--tools/viz/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/viz/index.html b/tools/viz/index.html
index 2987555..4d8d65d 100644
--- a/tools/viz/index.html
+++ b/tools/viz/index.html
@@ -12,7 +12,8 @@
<body>
<div id="ThreeJS" style="z-index: 1; position: absolute; left:0px; top:0px"></div>
<div id="cam-control" style="z-index: 2;border:1px solid white;position:absolute">
- <input type="checkbox" id="trails">Trails</input><br/>
+ <input type="checkbox" id="trails" checked>Trails</input><br/>
+ <input type="checkbox" id="fpv" checked>FPV</input><br/>
<button id="toggleBtn">
Toggle 2D View
</button>