Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Azizi
ar_civ2
Commits
5d3f47a0
Commit
5d3f47a0
authored
Jun 21, 2023
by
Azizi
Browse files
Update 2-Hit.html
parent
7600d175
Pipeline
#8201
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/2-Hit.html
View file @
5d3f47a0
...
...
@@ -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/22azah1mpg/ar_civ2/-/raw/master/public/
model
.gltf
"
,
function
(
gltf
)
{
loader
.
load
(
"
https://transfer.hft-stuttgart.de/gitlab/22azah1mpg/ar_civ2/-/raw/master/public/
Unity2Skfb
.gltf
"
,
function
(
gltf
)
{
flower
=
gltf
.
scene
;
});
...
...
@@ -80,7 +80,7 @@ session.addEventListener("select", (event) => {
const
clone
=
flower
.
clone
();
clone
.
position
.
copy
(
reticle
.
position
);
// Set the desired scale for the icon.
const
iconScale
=
0.
00000
1
;
// Adjust the scale value as needed
const
iconScale
=
0.1
;
// 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