mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 15:59:49 +02:00
code review cleanup
This commit is contained in:
parent
7d93f07152
commit
436b43ea85
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ void *distributeVoxelsToListeners(void *args) {
|
||||||
ViewFrustum viewFrustum;
|
ViewFrustum viewFrustum;
|
||||||
// get position and orientation details from the camera
|
// get position and orientation details from the camera
|
||||||
viewFrustum.setPosition(agentData->getCameraPosition());
|
viewFrustum.setPosition(agentData->getCameraPosition());
|
||||||
viewFrustum.setOrientation(agentData->getCameraDirection(),agentData->getCameraUp(),agentData->getCameraRight());
|
viewFrustum.setOrientation(agentData->getCameraDirection(), agentData->getCameraUp(), agentData->getCameraRight());
|
||||||
|
|
||||||
// Also make sure it's got the correct lens details from the camera
|
// Also make sure it's got the correct lens details from the camera
|
||||||
viewFrustum.setFieldOfView(agentData->getCameraFov());
|
viewFrustum.setFieldOfView(agentData->getCameraFov());
|
||||||
|
|
Loading…
Reference in a new issue