Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GeoVistoogsi
AR
Commits
e4eab57f
Commit
e4eab57f
authored
Dec 09, 2024
by
Percen
Browse files
Update public/index.html
parent
0095f899
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
e4eab57f
...
...
@@ -121,7 +121,7 @@
const
loader
=
new
THREE
.
GLTFLoader
();
let
reticle
;
loader
.
load
(
"
https://
immersive-web.github.io/webxr-samples/media/gltf/reticle/reticle
.gltf
"
,
function
(
gltf
)
{
loader
.
load
(
"
https://
github.com/KhronosGroup/glTF-Sample-Models/blob/main/1.0/Avocado/glTF/Avocado
.gltf
"
,
function
(
gltf
)
{
reticle
=
gltf
.
scene
;
reticle
.
visible
=
false
;
scene
.
add
(
reticle
);
...
...
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