Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rushdi
AR
Commits
f12d31cb
Commit
f12d31cb
authored
Jun 20, 2023
by
Rushdi
Browse files
Update 2-Hit.html
parent
0b463d91
Pipeline
#8163
passed with stage
in 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/2-Hit.html
View file @
f12d31cb
...
...
@@ -64,7 +64,7 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace })
const
loader
=
new
THREE
.
GLTFLoader
();
let
reticle
;
loader
.
load
(
"
https://
immersive-web.github.io/webxr-samples/media/gltf/reticle/reticl
e.gltf
"
,
function
(
gltf
)
{
loader
.
load
(
"
https://
transfer.hft-stuttgart.de/gitlab/22rumu1mpg/ar/-/blob/master/public/scen
e.gltf
"
,
function
(
gltf
)
{
reticle
=
gltf
.
scene
;
reticle
.
visible
=
false
;
scene
.
add
(
reticle
);
...
...
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