Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alfakhori
ar
Commits
7593b66b
Commit
7593b66b
authored
May 01, 2023
by
Alfakhori
Browse files
Update public/aktuelles.html
parent
cf6b39ac
Pipeline
#7336
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/aktuelles.html
View file @
7593b66b
...
...
@@ -3,7 +3,7 @@
<head>
<title>
AR.js Hello World Example
</title>
<script
src=
"https://aframe.io/releases/1.3.0/aframe.min.js"
></script>
<script
type=
'text/javascript'
src=
'.
./../../build
/aframe-ar-nft.js'
></script>
<script
type=
'text/javascript'
src=
'.
/assets
/aframe-ar-nft.js'
></script>
</head>
<body>
<a-scene
...
...
@@ -11,7 +11,7 @@
arjs=
'sourceType: webcam; videoTexture: true; debugUIEnabled: false;'
renderer=
'antialias: true; alpha: true'
>
<a-camera
gps-camera
rotation-reader
></a-camera>
<a-box
gps-entity-place=
'latitude:
your-latitude; longitude: your-longitude
'
color=
'red'
scale=
'20 20 20'
></a-box>
<a-box
gps-entity-place=
'latitude:
48.8097177; longitude: 9.2415764
'
color=
'red'
scale=
'20 20 20'
></a-box>
</a-scene>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment