[Bf-blender-cvs] [e2ccfda] HMD_viewport: Fix bplayer (c)

Bastien Montagne noreply at git.blender.org
Thu Nov 3 20:29:09 CET 2016


Commit: e2ccfdaa29d0876cdecb035f913e577f1a9ee7a4
Author: Bastien Montagne
Date:   Thu Nov 3 20:28:48 2016 +0100
Branches: HMD_viewport
https://developer.blender.org/rBe2ccfdaa29d0876cdecb035f913e577f1a9ee7a4

Fix bplayer (c)

===================================================================

M	source/blenderplayer/bad_level_call_stubs/stubs.c

===================================================================

diff --git a/source/blenderplayer/bad_level_call_stubs/stubs.c b/source/blenderplayer/bad_level_call_stubs/stubs.c
index 11fb356..ac3d249 100644
--- a/source/blenderplayer/bad_level_call_stubs/stubs.c
+++ b/source/blenderplayer/bad_level_call_stubs/stubs.c
@@ -347,8 +347,7 @@ void WM_device_HMD_state_set(const int device, const bool enable) RET_NONE
 float WM_device_HMD_IPD_get(void) RET_ZERO
 const char *WM_device_HMD_name_get(int index) RET_NULL
 const char *WM_device_HMD_vendor_get(int index) RET_NULL
-void WM_device_HMD_left_projection_matrix_get(float leftMatrix[4][4]) RET_NONE
-void WM_device_HMD_right_projection_matrix_get(float rightMatrix[4][4]) RET_NONE
+void WM_device_HMD_IPD_set(float value) RET_NONE
 #endif /* WITH_INPUT_HMD */
 
 void                WM_uilisttype_init(void) RET_NONE




More information about the Bf-blender-cvs mailing list