feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -1,5 +1,5 @@
|
|||
def can_build(env, platform):
|
||||
return not env["disable_3d"]
|
||||
return not env["disable_xr"]
|
||||
|
||||
|
||||
def configure(env):
|
||||
|
|
|
|||
|
|
@ -135,7 +135,6 @@ void MobileVRInterface::set_position_from_sensors() {
|
|||
// few things we need
|
||||
Input *input = Input::get_singleton();
|
||||
Vector3 down(0.0, -1.0, 0.0); // Down is Y negative
|
||||
Vector3 north(0.0, 0.0, 1.0); // North is Z positive
|
||||
|
||||
// make copies of our inputs
|
||||
bool has_grav = false;
|
||||
|
|
|
|||
|
|
@ -28,8 +28,7 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef MOBILE_VR_INTERFACE_H
|
||||
#define MOBILE_VR_INTERFACE_H
|
||||
#pragma once
|
||||
|
||||
#include "servers/xr/xr_interface.h"
|
||||
#include "servers/xr/xr_positional_tracker.h"
|
||||
|
|
@ -175,5 +174,3 @@ public:
|
|||
MobileVRInterface();
|
||||
~MobileVRInterface();
|
||||
};
|
||||
|
||||
#endif // MOBILE_VR_INTERFACE_H
|
||||
|
|
|
|||
|
|
@ -28,12 +28,9 @@
|
|||
/* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||
/**************************************************************************/
|
||||
|
||||
#ifndef MOBILE_VR_REGISTER_TYPES_H
|
||||
#define MOBILE_VR_REGISTER_TYPES_H
|
||||
#pragma once
|
||||
|
||||
#include "modules/register_module_types.h"
|
||||
|
||||
void initialize_mobile_vr_module(ModuleInitializationLevel p_level);
|
||||
void uninitialize_mobile_vr_module(ModuleInitializationLevel p_level);
|
||||
|
||||
#endif // MOBILE_VR_REGISTER_TYPES_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue