-
Notifications
You must be signed in to change notification settings - Fork 4
Add support for input and gestures for hand controllers #68
base: development
Are you sure you want to change the base?
Changes from 85 commits
feeadb6
1f65526
75a98d7
8817174
0e2b150
c6e9617
bf15e21
733e9bb
1804619
f184f70
f36d06d
7102173
b960bb9
82e5af4
d82b617
d098d9f
dea329b
9dd28d0
5e8e757
982009e
108a804
aaf8b56
6ee1a55
00f4429
a9eed8b
7ae8d55
69a2e92
3fb5675
ac78aab
c5efa56
9673700
8f998c6
d0e7b26
764fb00
c27bc80
3298634
20670aa
3cfe9b5
5468ea8
e9e3096
91f4ae0
56293dc
1b2b33d
667a65d
723e71a
da9ed10
431c599
4a504c6
cef1965
bcfcbf3
b6868df
dd380f8
8156d4b
53756ac
6a84c5b
e79ab1e
6852a33
153ce62
6a0859a
c9944a5
dff222c
f451340
c0566ca
120d65d
4e89c2a
84301b2
bad9d20
7ed8d0d
5af274e
a572a57
ee8e8b1
e8bb655
543573f
a306549
7ccdf82
0bc7d6b
75b329f
fb86843
a56c7ac
ca87650
1670723
6e030cc
6608a6d
f4b2291
bac39c7
0707091
468b6ac
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ | |
|
||
#endif | ||
|
||
namespace XRTK.Lumin.Providers.Controllers | ||
namespace XRTK.Lumin.Providers.InputSystem.Controllers | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I didn't really feel the need to bury these into another empty folder. Is it okay that we just don't keep |
||
{ | ||
[System.Runtime.InteropServices.Guid("6AC05D69-0E7A-4CFE-91E3-05BC0564458D")] | ||
public class LuminController : BaseController | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we revert this namespace change?