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
d5150c18
Commit
d5150c18
authored
May 01, 2023
by
Alfakhori
Browse files
Update public/kontakt.html
parent
6b1409c6
Pipeline
#7338
passed with stage
in 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/kontakt.html
View file @
d5150c18
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
<head>
<head>
<title>
AR.js Simple Marker Example
</title>
<title>
My Image Page
</title>
<script
src=
"https://aframe.io/releases/1.2.0/aframe.min.js"
></script>
<script
src=
"https://cdn.jsdelivr.net/npm/@argonjs/argon@2.8.0/dist/argon.min.js"
></script>
<script
src=
"https://raw.githack.com/AR-js-org/AR.js/master/aframe/build/aframe-ar-nft.js"
></script>
</head>
</head>
<body>
<body>
<a-scene
embedded
arjs=
"sourceType: webcam; detectionMode: mono_and_matrix; matrixCodeType: 3x3;"
>
<img
src=
"./assets/image.png"
alt=
"An example image"
>
<a-nft
type=
"nft"
url=
"assets/marker.patt"
smooth=
"true"
smoothCount=
"10"
smoothTolerance=
".01"
smoothThreshold=
"5"
>
<a-entity
gltf-model=
"assets/scene.gltf"
scale=
"0.01 0.01 0.01"
position=
"0 0 0"
></a-entity>
</a-nft>
<a-entity
camera
></a-entity>
</a-scene>
</body>
</body>
</html>
</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