Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Priyanka
ARNishat
Commits
5160e545
Commit
5160e545
authored
Jun 19, 2023
by
Priyanka
Browse files
Update 2-Hit.html
parent
1481b22a
Pipeline
#7889
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/2-Hit.html
View file @
5160e545
...
@@ -79,6 +79,11 @@ session.addEventListener("select", (event) => {
...
@@ -79,6 +79,11 @@ session.addEventListener("select", (event) => {
if
(
flower
)
{
if
(
flower
)
{
const
clone
=
flower
.
clone
();
const
clone
=
flower
.
clone
();
clone
.
position
.
copy
(
reticle
.
position
);
clone
.
position
.
copy
(
reticle
.
position
);
// Set the desired scale for the icon.
const
iconScale
=
0.5
;
// Adjust the scale value as needed
clone
.
scale
.
set
(
iconScale
,
iconScale
,
iconScale
);
scene
.
add
(
clone
);
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