Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rahman
Argumented Reality
Commits
9b4e7df7
Commit
9b4e7df7
authored
1 year ago
by
Rahman
Browse files
Options
Download
Email Patches
Plain Diff
Update index.html
parent
ecffcc91
Pipeline
#9304
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+5
-5
public/index.html
with
5 additions
and
5 deletions
+5
-5
public/index.html
+
5
-
5
View file @
9b4e7df7
...
...
@@ -70,14 +70,14 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
scene
.
add
(
reticle
);
})
let
rabbit
;
loader
.
load
(
"
https://immersive-web.github.io/webxr-samples/media/gltf/
rabbit
/scene.gltf
"
,
function
(
gltf
)
{
rabbit
=
gltf
.
scene
;
let
Chair
;
loader
.
load
(
"
https://immersive-web.github.io/webxr-samples/media/gltf/
chair
/scene.gltf
"
,
function
(
gltf
)
{
chair
=
gltf
.
scene
;
});
session
.
addEventListener
(
"
select
"
,
(
event
)
=>
{
if
(
rabbit
)
{
const
clone
=
rabbit
.
clone
();
if
(
chair
)
{
const
clone
=
chair
.
clone
();
clone
.
position
.
copy
(
reticle
.
position
);
scene
.
add
(
clone
);
}
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets