Added old version style camera, changed navbar
This commit is contained in:
@@ -26,7 +26,13 @@
|
||||
<ul class="nav navbar-nav">
|
||||
<li><a href="/bouncing/">Bouncing cube</a></li>
|
||||
<li><a href="/multisphere/">Multi-sphere</a></li>
|
||||
<li><a href="/prototype/">Prototype</a></li>
|
||||
<li class="dropdown">
|
||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Prototypes <span class="caret"></span></a>
|
||||
<ul class="dropdown-menu" role="menu">
|
||||
<li><a href="/prototype/arrows/">Arrows</a></li>
|
||||
<li><a href="/prototype/viewport/">Old cameras</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="/stream/">Streaming simulator</a></li>
|
||||
</ul>
|
||||
</div><!--/.nav-collapse -->
|
||||
|
||||
Reference in New Issue
Block a user