Hire Freelancers & Find Freelance Jobs

I need a program to read a BVH files and export the data as a CSV file with headers that label which data type is listed in each corresponding column. I need xyz position and xyz rotation for each frame. 6 data points for each segment. order of data in a BVH file is Z,X,Y […]

Create visual studio c++ Popup menu

By | September 4, 2017

I have a program that reads, and displays BVH files and saves the positional data and rotational data for each frame for every jointI need a popup menu to select what data will be saved to a CSV file. Currently, all the data is savedThe data to save is stored in 3 arrays in the […]