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
e1c9c7ac
Commit
e1c9c7ac
authored
Dec 09, 2024
by
Percen
Browse files
Update public/index.html
parent
81724bc1
Changes
1
Show whitespace changes
Inline
Side-by-side
public/index.html
View file @
e1c9c7ac
...
@@ -126,18 +126,18 @@
...
@@ -126,18 +126,18 @@
reticle
.
visible
=
false
;
reticle
.
visible
=
false
;
scene
.
add
(
reticle
);
scene
.
add
(
reticle
);
});
});
/**
let
flower
;
let
flower
;
loader
.
load
(
"
https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf
"
,
function
(
gltf
)
{
loader
.
load
(
"
https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf
"
,
function
(
gltf
)
{
flower
=
gltf
.
scene
;
flower
=
gltf
.
scene
;
});
});
*
/
/
**
let flower;
let flower;
loader.load("./public/assets/models/street_lamp.glb", function(gltf) {
loader.load("./public/assets/models/street_lamp.glb", function(gltf) {
flower = gltf.scene;
flower = gltf.scene;
});
});
*/
session
.
addEventListener
(
"
select
"
,
(
event
)
=>
{
session
.
addEventListener
(
"
select
"
,
(
event
)
=>
{
...
...
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