Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Yaemyim
webarsr
Commits
6380e8b7
Commit
6380e8b7
authored
Jun 21, 2023
by
Yaemyim
Browse files
Update 2-Hit.html
parent
13bb5188
Pipeline
#8214
passed with stage
in 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/2-Hit.html
View file @
6380e8b7
...
...
@@ -71,7 +71,7 @@ loader.load("https://immersive-web.github.io/webxr-samples/media/gltf/reticle/re
})
let
flower
;
loader
.
load
(
"
https://transfer.hft-stuttgart.de/gitlab/22yasa1mpg/webarsr/-/raw/master/3d/
bmw
.gltf
"
,
function
(
gltf
)
{
loader
.
load
(
"
https://transfer.hft-stuttgart.de/gitlab/22yasa1mpg/webarsr/-/raw/master/3d/
magaphone
.gltf
"
,
function
(
gltf
)
{
flower
=
gltf
.
scene
;
});
...
...
@@ -80,8 +80,8 @@ session.addEventListener("select", (event) => {
const
clone
=
flower
.
clone
();
clone
.
position
.
copy
(
reticle
.
position
);
// Set the desired scale for the icon.
const
iconScale
=
0.005
;
// Adjust the scale value as needed
clone
.
scale
.
set
(
iconScale
,
iconScale
,
iconScale
);
//
const iconScale = 0.005; // Adjust the scale value as needed
//
clone.scale.set(iconScale, iconScale, iconScale);
scene
.
add
(
clone
);
}
});
...
...
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