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
b864be14
Commit
b864be14
authored
Dec 09, 2024
by
Percen
Browse files
Update public/index.html
parent
cb590df1
Changes
1
Show whitespace changes
Inline
Side-by-side
public/index.html
View file @
b864be14
...
@@ -132,12 +132,17 @@
...
@@ -132,12 +132,17 @@
flower = gltf.scene;
flower = gltf.scene;
});
});
*/
*/
let
flower
;
loader
.
load
(
"
https://github.com/KhronosGroup/glTF-Sample-Models/blob/main/2.0/ToyCar/glTF/ToyCar.gltf
"
,
function
(
gltf
)
{
flower
=
gltf
.
scene
;
});
/**
let flower;
let flower;
loader.load("/assets/models/street_lamp.glb", function(gltf) {
loader.load("/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