mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Merge commit godotengine/godot@8004c7524f
This commit is contained in:
@@ -110,7 +110,7 @@ void XRInterface::_bind_methods() {
|
||||
BIND_ENUM_CONSTANT(XR_ENV_BLEND_MODE_OPAQUE);
|
||||
BIND_ENUM_CONSTANT(XR_ENV_BLEND_MODE_ADDITIVE);
|
||||
BIND_ENUM_CONSTANT(XR_ENV_BLEND_MODE_ALPHA_BLEND);
|
||||
};
|
||||
}
|
||||
|
||||
bool XRInterface::is_primary() {
|
||||
XRServer *xr_server = XRServer::get_singleton();
|
||||
@@ -157,7 +157,7 @@ PackedVector3Array XRInterface::get_play_area() const {
|
||||
// Note implementation is responsible for applying our reference frame and world scale to the raw data.
|
||||
// `play_area_changed` should be emitted if play area data is available and either the reference frame or world scale changes.
|
||||
return PackedVector3Array();
|
||||
};
|
||||
}
|
||||
|
||||
/** these will only be implemented on AR interfaces, so we want dummies for VR **/
|
||||
bool XRInterface::get_anchor_detection_is_enabled() const {
|
||||
|
||||
Reference in New Issue
Block a user