Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
jonsmann
argenericproject
Commits
8e4cdaac
Commit
8e4cdaac
authored
1 year ago
by
Thalmann
Browse files
Options
Download
Email Patches
Plain Diff
Update index.html
parent
bb008166
master
Pipeline
#8396
passed with stage
in 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+2
-2
public/index.html
with
2 additions
and
2 deletions
+2
-2
public/index.html
+
2
-
2
View file @
8e4cdaac
...
...
@@ -64,14 +64,14 @@ const hitTestSource = await session.requestHitTestSource({ space: viewerSpace })
const
loader
=
new
THREE
.
GLTFLoader
();
let
reticle
;
loader
.
load
(
"
https://
transfer.hft-stuttgart.de/gitlab/jons
ma
n
n/
argenericproject/-/raw/master/3dfiles/wooden_rough_planks_4k
.gltf
"
,
function
(
gltf
)
{
loader
.
load
(
"
https://
github.com/immersive-web/webxr-samples/blob/
ma
i
n/
media/gltf/headset/headset
.gltf
"
,
function
(
gltf
)
{
reticle
=
gltf
.
scene
;
reticle
.
visible
=
false
;
scene
.
add
(
reticle
);
})
let
flower
;
loader
.
load
(
"
https://
transfer.hft-stuttgart.de/gitlab/jons
ma
n
n/
argenericproject/-/raw/master/3dfiles/wooden_rough_planks_4k
.gltf
"
,
function
(
gltf
)
{
loader
.
load
(
"
https://
github.com/immersive-web/webxr-samples/blob/
ma
i
n/
media/gltf/headset/headset
.gltf
"
,
function
(
gltf
)
{
flower
=
gltf
.
scene
;
});
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets