Tuesday, January 12, 2010

the vr_walking project

The code base for our current prototype for the virtual patient project is from an old project called vr_walking. I've retitled it "VirtualPatient" and taken out some things we won't need for that project and uploaded it to our svn repository at:

https://free2.projectlocker.com/ClemsonVEGroup/VirtualPatient/svn
 (password protected, e-mail me if you have problems)

Today I'm working on getting the project into a slightly more manageable structure and on reading through the code so that I understand it before we go poking around making changes in it.

From what I can tell, the only two code files we need to go poking around in are the script.cpp and VR_walking.cpp files. The rest have to do with image and .obj reading, writing, and manipulation, joystick controls, and that kind of thing. Hopefully I'll be able to rearrange the project in order to make it easier to understand what should and shouldn't be modified.

No comments:

Post a Comment