Skip to content

Commit

Permalink
[OpenXR] Add new controller models for the khronos simple interaction…
Browse files Browse the repository at this point in the history
… profile

Instead of using the Oculus ones we'll be using the WebXR generic-trigger
models available from
https://github.com/immersive-web/webxr-input-profiles/tree/main/packages/assets/profiles/generic-trigger
  • Loading branch information
svillar committed Nov 19, 2024
1 parent ed1f4ab commit 117540c
Show file tree
Hide file tree
Showing 6 changed files with 9,486 additions and 2 deletions.
15 changes: 15 additions & 0 deletions app/src/main/assets/generic-trigger.mtl
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Blender MTL File: 'None'
# Material Count: 1

newmtl xrstandard_nonhanded_mat.002
Ns 0.000000
Ka 1.000000 1.000000 1.000000
Kd 0.500000 0.500000 0.500000
Ks 0.000000 0.000000 0.000000
Ke 0.000000 0.000000 0.000000
Ni 1.450000
d 1.000000
illum 1
map_Bump textures/xrstandard_nonhanded_mat_Normal.ktx
map_Kd textures/xrstandard_nonhanded_mat_BaseColor.ktx
map_Pr textures/xrstandard_nonhanded_mat_Roughness.ktx
Loading

0 comments on commit 117540c

Please sign in to comment.