提交 9f7108b5 编写于 作者: N nicolocarpignoli

fixed build for location based, not imported

上级 0058dd42
......@@ -6,6 +6,7 @@ build:
(cd ../three.js/ && make build)
cat ../three.js/build/ar.js \
src/component-*.js \
src/location-based/*.js \
src/system-arjs*.js \
> build/aframe-ar.js
......
......@@ -11,10 +11,6 @@
</script>
</head>
<!-- include GeoAR.js -->
<script src="../../src/location-based/gps-entity-place.js"></script>
<script src="../../src/location-based/gps-camera-debug.js"></script>
<script src="../../src/location-based/gps-camera.js"></script>
<link rel="stylesheet" href="../../src/location-based/stylesheets/index.css">
<!-- Dynamically add places from Javascript -->
......
......@@ -11,10 +11,6 @@
</script>
</head>
<!-- include GeoAR.js -->
<script src="../../src/location-based/gps-entity-place.js"></script>
<script src="../../src/location-based/gps-camera-debug.js"></script>
<script src="../../src/location-based/gps-camera.js"></script>
<link rel="stylesheet" href="../../src/location-based/stylesheets/index.css">
<!-- Dynamically add places from Javascript -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册