libgoatvr

view install.bat @ 19:437fe32ac633

ops... wasn't handling the stereo eye separation correctly. also fixed a bug in vr_libovr.c causing an assertion inside LibOVR when ovrHmd_GetEyePose was called as a result of calls to view_rotation or view_translation outside of vr_begin/vr_end
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 04 Oct 2014 03:39:14 +0300
parents
children
line source
1 mkdir c:\usr\include c:\usr\lib c:\usr\bin
2 copy /y usr\include\* c:\usr\include
3 copy /y usr\lib\* c:\usr\lib
4 copy /y usr\bin\* c:\usr\bin
5 pause