Skip to content

Commit

Permalink
Add AR dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
J. Manrique Lopez de la Fuente authored and jgbarah committed Jan 22, 2019
1 parent c2ed4a8 commit 9101067
Show file tree
Hide file tree
Showing 13 changed files with 11,313 additions and 0 deletions.
46 changes: 46 additions & 0 deletions docs/ar/css/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
body, html {
height: 100%;
min-height: 100%;
}

.navbar, .navbar-default{
height: 50px;
position: absolute;
top: 0;
left:0;
width:100%;
z-index:2;
}

.contain {
padding-top: 55px;
/*background:red;*/
z-index:1;
box-sizing: border-box;
height: 100%;
width: 100%;
}

#ThreeJS, #ThreeJSPanels, #ThreeJSDashboard {
overflow-x: hidden;
overflow-y: hidden;
box-sizing: border-box;
padding-left: 0px;
padding-right: 0px;
background-color: blue
}

#ThreeJSShow {
overflow-x: hidden;
overflow-y: hidden;
box-sizing: border-box;
padding-left: 0px;
padding-right: 0px;
background-color: blue;
position: absolute;
}

.control-menu{
overflow-y: auto;
overflow-x: hidden;
}
37 changes: 37 additions & 0 deletions docs/ar/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">
<title>VBoard</title>

<link rel="stylesheet" href="css/main.css">
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>

<link rel="stylesheet" href="css/main.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/crossfilter/1.3.12/crossfilter.js" integrity="sha256-cIcPwh2GcosI6bCl+ZAZt2j0Sk1QfgQ1ejEpjYOfa8g="
crossorigin="anonymous"></script>
<script src="https://aframe.io/releases/0.8.2/aframe.min.js"></script>
<script src="https://jeromeetienne.github.io/AR.js/aframe/build/aframe-ar.js"></script>
<script src="https://rawgit.com/mayognaise/aframe-mouse-cursor-component/master/dist/aframe-mouse-cursor-component.min.js"></script>
<script src="js/genES.js"></script>
<script src="js/builderESDS.js"></script>
<script src="main.js"></script>

<!--A FRAME-->
<script src="js/aframedc.js"></script>
</head>

<body>

<div class="container-fluid" style="height:100%">
<div class="row" style="height:100%">
<div class="col-md-12" id="AframeDCShow" style="height:100%"></div>
</div>
</div>
</body>

</html>
7,156 changes: 7,156 additions & 0 deletions docs/ar/js/THREEDC.min.js

Large diffs are not rendered by default.

0 comments on commit 9101067

Please sign in to comment.