forked from USC-ACTLab/libmotioncapture
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule NatNetSDKCrossplatform
updated
19 files
+42 −0 | .github/workflows/cmake.yml | |
+13 −2 | CMakeLists.txt | |
+13 −4 | README.md | |
+6 −2 | include/NatNetCAPI.h | |
+0 −2 | include/NatNetClient.h | |
+62 −6 | include/NatNetTypes.h | |
+ − | lib/fedora/libNatNet.so | |
+ − | lib/ubuntu/libNatNet.so | |
+ − | lib/windows-x64/NatNetLib.dll | |
+ − | lib/windows-x64/NatNetLib.lib | |
+ − | lib/windows-x64/NatNetML.dll | |
+94 −4 | lib/windows-x64/NatNetML.xml | |
+ − | lib/windows-x86/NatNetLib.dll | |
+ − | lib/windows-x86/NatNetLib.lib | |
+ − | lib/windows-x86/NatNetML.dll | |
+0 −631 | lib/windows-x86/NatNetML.xml | |
+435 −0 | samples/MinimalClient/MinimalClient.cpp | |
+1,670 −1,101 | samples/PacketClient/PacketClient.cpp | |
+991 −423 | samples/SampleClient/SampleClient.cpp |