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
c5ba13ef
Commit
c5ba13ef
authored
Jan 02, 2025
by
Percen
Browse files
Update public/index.html
parent
678fe6f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
c5ba13ef
...
...
@@ -204,6 +204,7 @@
scene
.
add
(
light
);
// Reticle (Cursor)
const
loader
=
new
THREE
.
GLTFLoader
();
loader
.
load
(
"
https://immersive-web.github.io/webxr-samples/media/gltf/reticle/reticle.gltf
"
,
(
gltf
)
=>
{
reticle
=
gltf
.
scene
;
...
...
@@ -211,8 +212,9 @@
scene
.
add
(
reticle
);
});
//https://threejs.org/examples/models/gltf/RobotExpressive/RobotExpressive.glb
// Modelle laden
loader
.
load
(
"
https://t
hreejs.org/examples/models/gltf/RobotExpressive/RobotExpressiv
e.gl
b
"
,
(
gltf
)
=>
{
loader
.
load
(
"
https://t
ransfer.hft-stuttgart.de/gitlab/geovistoogsi/ar/-/raw/master/public/assets/models/bench_model/scen
e.gl
tf
"
,
(
gltf
)
=>
{
models
.
robot
=
gltf
.
scene
;
});
//https://immersive-web.github.io/webxr-samples/media/gltf/sunflower/sunflower.gltf
...
...
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