mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 01:13:11 +02:00
Merge branch 'master' into fix_tablet_scrollbars
This commit is contained in:
commit
bc33730c4e
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ void Light::setOrientation(const glm::quat& orientation) {
|
|||
}
|
||||
|
||||
void Light::setDirection(const Vec3& direction) {
|
||||
_lightSchemaBuffer.edit().volume.direction = (_transform.getRotation() * direction);
|
||||
_lightSchemaBuffer.edit().volume.direction = (direction);
|
||||
}
|
||||
|
||||
const Vec3& Light::getDirection() const {
|
||||
|
|
Loading…
Reference in a new issue