Skip to content

Commit 422ff40

Browse files
committed
NiTE compat
1 parent 9e41911 commit 422ff40

11 files changed

Lines changed: 20 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,3 +420,5 @@ fabric.properties
420420
# Android studio 3.1+ serialized cache file
421421
.idea/caches/build_file_checksums.ser
422422
.idea/
423+
424+
Plugins/

Amethyst/Amethyst.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
<ItemGroup>
1515
<AvaloniaResource Include="Assets\**"/>
16+
<AvaloniaResource Include="NiTE2\**" Visible="False" />
1617
</ItemGroup>
1718

1819
<ItemGroup>

Amethyst/MainWindow.axaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<Grid Name="TitleBarHost" ZIndex="1"
1515
ColumnDefinitions="Auto,Auto,*,Auto"
1616
Background="Transparent">
17-
<Image Margin="12 4"
17+
<Image Margin="16,4,12,4"
1818
IsHitTestVisible="False"
1919
Source="/Assets/ktvr.ico"
2020
Width="18" Height="18"

Amethyst/NiTE2/Data/lbsdata.idx

57.5 MB
Binary file not shown.

Amethyst/NiTE2/Data/lbsdata.lbd

99.5 MB
Binary file not shown.

Amethyst/NiTE2/Data/lbsparam1.lbd

111 KB
Binary file not shown.

Amethyst/NiTE2/Data/lbsparam2.lbd

40.8 KB
Binary file not shown.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[FeatureExtractor]
2+
;AutoBodyParameters=1
3+
;AutoCalibrate=1
4+
5+
[LBS]
6+
;UseAutoCalibration=0
7+
;UseValidation=0
8+
DatabaseFilename=Data/lbsdata.lbd
9+
ParameterFilename=Data/lbsparam
10+
11+
[Generator]
12+
;Preference=Quality
13+
;Preference=Speed

Amethyst/NiTE2/HandAlgorithms.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[HandTrackerManager]
2+
;AllowMultipleHands=1
3+
;TrackAdditionalHands=1

Amethyst/NiTE2/h.dat

732 KB
Binary file not shown.

0 commit comments

Comments
 (0)