mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 17:50:38 +02:00
remove cruft
This commit is contained in:
parent
20c9228050
commit
ad1ee97324
1 changed files with 0 additions and 6 deletions
|
@ -222,12 +222,6 @@ bool OculusControllerManager::isHeadControllerMounted() const {
|
||||||
void OculusControllerManager::TouchDevice::update(float deltaTime,
|
void OculusControllerManager::TouchDevice::update(float deltaTime,
|
||||||
const controller::InputCalibrationData& inputCalibrationData) {
|
const controller::InputCalibrationData& inputCalibrationData) {
|
||||||
_buttonPressedMap.clear();
|
_buttonPressedMap.clear();
|
||||||
// _poseStateMap.erase(controller::HEAD);
|
|
||||||
|
|
||||||
// if (!_parent.isHeadControllerMounted()) {
|
|
||||||
// // if the HMD isn't on someone's head, don't take input from the controllers
|
|
||||||
// return;
|
|
||||||
// }
|
|
||||||
|
|
||||||
int numTrackedControllers = 0;
|
int numTrackedControllers = 0;
|
||||||
quint64 currentTime = usecTimestampNow();
|
quint64 currentTime = usecTimestampNow();
|
||||||
|
|
Loading…
Reference in a new issue