-
Notifications
You must be signed in to change notification settings - Fork 1
Technology
Jason Jung edited this page Jun 5, 2019
·
2 revisions
Overall system of ZZASE

- KinectInterop
Class that implements multiple methods to get joint information using PointType or PointData
- PoseDetectorScript
Calculate the difference between the different joint values of the Avatar model and the Pose Model and print the Pose Match Percentage. In addition, there is a function to provide users with the appropriate pose correction service.
- PoseModelHelper
By mapping abstract joint information from KinectInterop class to information from the Pose and Avatar models, it helps to read joint information from each model easily in other classes.