mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Rework XR positional trackers
This commit is contained in:
parent
c2a616f3ec
commit
5d1ea92daf
29 changed files with 1359 additions and 802 deletions
|
|
@ -2522,6 +2522,9 @@ bool Main::iteration() {
|
|||
|
||||
bool exit = false;
|
||||
|
||||
// process all our active interfaces
|
||||
XRServer::get_singleton()->_process();
|
||||
|
||||
for (int iters = 0; iters < advance.physics_steps; ++iters) {
|
||||
if (Input::get_singleton()->is_using_input_buffering() && agile_input_event_flushing) {
|
||||
Input::get_singleton()->flush_buffered_events();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue