https://github.com/dan-shields/ue4-free-d-generator
Adds a blueprint function to generate a FreeD packet from position and rotation data.
https://github.com/dan-shields/ue4-free-d-generator
Last synced: 3 months ago
JSON representation
Adds a blueprint function to generate a FreeD packet from position and rotation data.
- Host: GitHub
- URL: https://github.com/dan-shields/ue4-free-d-generator
- Owner: Dan-Shields
- Created: 2022-05-27T09:46:53.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-27T12:25:20.000Z (about 3 years ago)
- Last Synced: 2025-01-03T19:46:25.319Z (5 months ago)
- Language: C++
- Homepage:
- Size: 505 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Citation: CITATION.cff
Awesome Lists containing this project
README
# ue4-free-d-generator
#### Adds a blueprint function to generate a FreeD packet from position and rotation data.
Can be used in conjunction with the ue4 oculus quest libraries to generate FreeD from its tracking data.## Quick Install & Setup
1. [Download Latest Release](https://github.com/Dan-Shields/ue4-free-d-generator/releases)
2. Create new or choose project.
3. Browse to your project folder (typically found at Documents/Unreal Project/{Your Project Root})
4. Copy *FreeDGenerator* folder from the release into your project's *Plugins* folder.
5. Plugin should be now ready to use.## Sample ue4 integration:
This uses the [UDP wrapper plugin](https://github.com/getnamo/UDP-Unreal) and the oculus quest blueprints to output FreeD from a quest 2.
## Sample Use Case:
[](https://www.youtube.com/watch?v=_RQYE3CgC1g)