Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rahman
Argumented Reality
Commits
88832061
Commit
88832061
authored
11 months ago
by
Rahman
Browse files
Options
Download
Email Patches
Plain Diff
Update index.html
parent
9b4e7df7
Pipeline
#9307
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide 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 @
88832061
...
...
@@ -70,14 +70,14 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
scene
.
add
(
reticle
);
})
let
Chair
;
loader
.
load
(
"
https://immersive-web.github.io/webxr-samples/media/gltf/chair/scene.gltf
"
,
function
(
gltf
)
{
chair
=
gltf
.
scene
;
let
man
;
loader
.
load
(
"
D:
\
HFT
\
2nd semster
\
CIV
"
,
function
(
gltf
)
{
man
=
gltf
.
scene
;
});
session
.
addEventListener
(
"
select
"
,
(
event
)
=>
{
if
(
chair
)
{
const
clone
=
chair
.
clone
();
if
(
man
)
{
const
clone
=
man
.
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