libgoatvr

view libgoatvr.def @ 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 34d4643d61f9
children
line source
1 LIBRARY libgoatvr
2 EXPORTS
3 vr_init
4 vr_shutdown
6 vr_module_count
7 vr_module_name
9 vr_use_module
10 vr_use_module_named
12 vr_seti
13 vr_setf
14 vr_geti
15 vr_getf
16 vr_geti_def
17 vr_getf_def
19 vr_view_translation
20 vr_view_rotation
22 vr_view_matrix
23 vr_proj_matrix
25 vr_begin
26 vr_end
27 vr_swap_buffers
29 vr_output_texture
30 vr_output_texture_eye
32 vr_recenter