Fixes per code review

This commit is contained in:
Philip Rosedale 2013-07-03 13:09:55 -07:00
parent c309774e3c
commit 3388fccc86
2 changed files with 2 additions and 2 deletions

View file

@ -1914,7 +1914,7 @@ void Application::updateAvatar(float deltaTime) {
_myAvatar.updateHeadFromGyrosAndOrWebcam(_gyroLook->isChecked(),
glm::vec3(_headCameraPitchYawScale,
_headCameraPitchYawScale,
_headCameraPitchYawScale) );
_headCameraPitchYawScale));
if (_serialHeadSensor.isActive()) {

View file

@ -48,7 +48,7 @@ public:
void setReturnToCenter (bool returnHeadToCenter) { _returnHeadToCenter = returnHeadToCenter; }
void setRenderLookatVectors(bool onOff ) { _renderLookatVectors = onOff; }
void setCameraFollowsHead(bool b) { _cameraFollowsHead = b; }
void setCameraFollowsHead(bool cameraFollowsHead) { _cameraFollowsHead = cameraFollowsHead; }
glm::quat getOrientation() const;
glm::quat getCameraOrientation () const;