mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 13:07:04 +02:00
cleanup comment
This commit is contained in:
parent
8b285fd228
commit
e35596428c
1 changed files with 1 additions and 2 deletions
|
@ -1289,8 +1289,7 @@ void MyAvatar::harvestResultsFromPhysicsSimulation() {
|
||||||
_characterController.getAvatarPositionAndOrientation(position, orientation);
|
_characterController.getAvatarPositionAndOrientation(position, orientation);
|
||||||
nextAttitude(position, orientation);
|
nextAttitude(position, orientation);
|
||||||
setVelocity(_characterController.getLinearVelocity());
|
setVelocity(_characterController.getLinearVelocity());
|
||||||
|
// TODO: harvest HMD shift here
|
||||||
// adebug TODO: harvest HMD shift here
|
|
||||||
//glm::vec3 hmdShift = _characterController.getHMDShift();
|
//glm::vec3 hmdShift = _characterController.getHMDShift();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue