Skip to content

Technology

Jason Jung edited this page Jun 5, 2019 · 2 revisions

Architecture of ZZASE

Overall system of ZZASE

Core Class Description

  1. KinectInterop

Class that implements multiple methods to get joint information using PointType or PointData

  1. 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.

  1. 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.

Clone this wiki locally