mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:48:15 +02:00
Change LightStage setFrustum signature to near/farDepth
This commit is contained in:
parent
d6e5e2de81
commit
5c1c1e3a3b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ public:
|
||||||
|
|
||||||
Shadow(model::LightPointer light);
|
Shadow(model::LightPointer light);
|
||||||
|
|
||||||
void setKeylightFrustum(ViewFrustum* viewFrustum, float near, float far);
|
void setKeylightFrustum(ViewFrustum* viewFrustum, float nearDepth, float farDepth);
|
||||||
|
|
||||||
const std::shared_ptr<ViewFrustum> getFrustum() const { return _frustum; }
|
const std::shared_ptr<ViewFrustum> getFrustum() const { return _frustum; }
|
||||||
const glm::mat4& getProjection() const { return _projection; }
|
const glm::mat4& getProjection() const { return _projection; }
|
||||||
|
|
Loading…
Reference in a new issue