mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 08:37:19 +02:00
fixes merge issues
This commit is contained in:
parent
953ff6caa7
commit
3c6e9378c3
2 changed files with 4 additions and 4 deletions
|
@ -53,8 +53,8 @@ public slots:
|
|||
void setMaxPacketsPerSecond(int maxPacketsPerSecond) { _maxPacketsPerSecond = maxPacketsPerSecond; }
|
||||
|
||||
// getters for camera attributes
|
||||
const glm::vec3 getPosition() const { return _viewFrustum.getPosition(); }
|
||||
const glm::quat getOrientation() const { return _viewFrustum.getOrientation(); }
|
||||
const glm::vec3& getPosition() const { return _viewFrustum.getPosition(); }
|
||||
const glm::quat& getOrientation() const { return _viewFrustum.getOrientation(); }
|
||||
|
||||
// getters for LOD and PPS
|
||||
float getVoxelSizeScale() const { return _voxelSizeScale; }
|
||||
|
|
Loading…
Reference in a new issue