Skip to content

C project that renders MOtion-CAPture data in 3D using OpenGL. As part of a second year coursework project for Bath University

Notifications You must be signed in to change notification settings

ben-bourdin451/mocap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motion Capture Viewer CM20219 - Fundamentals of Computer Graphics

The project consists of parsing and rendereing motion-capture data in 3D using OpenGL and C.

Running the program

From a command line run: mocaptest

Controls: W - Move camera up S - Move camera down D - Move camera right A - Move camera left E - Zoom in Q - Zoom out R - Show reference points F - Freeze skeleton in its initial frame

The executable has been tested on Windows XP only. Other OS are not officially supported.

Troubleshooting

  1. GLUT32.DLL not found Copy the GLUT32.DLL in the archive into your C:\WINDOWS directory.

  2. Incorrect use of program If you just glimpse a black box when running mocaptest.exe, and perceive no other effect, then this is because you are double-clicking the EXE file rather than running it from the command line as intended.

About

C project that renders MOtion-CAPture data in 3D using OpenGL. As part of a second year coursework project for Bath University

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages