Skip to content
Snippets Groups Projects
Commit daf363db authored by Damian Dimanov's avatar Damian Dimanov
Browse files

Remove headset update

parent 0d593d6e
Branches
No related tags found
No related merge requests found
......@@ -637,7 +637,6 @@ bool VRApplication::on_update(lava::delta delta_time)
return false;
}
}
else
{
if (!this->scene->update(delta_time, this->headset))
......@@ -648,15 +647,6 @@ bool VRApplication::on_update(lava::delta delta_time)
}
}
#if 0
if (!this->headset->on_update(delta_time))
{
lava::log()->error("Error during headset update!");
return false;
}
#endif
this->stereo_transform->set_head_to_eye_matrix(EYE_LEFT, this->headset->get_head_to_eye_matrix(EYE_LEFT));
this->stereo_transform->set_head_to_eye_matrix(EYE_RIGHT, this->headset->get_head_to_eye_matrix(EYE_RIGHT));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment