mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-17 18:33:28 +02:00
Merge pull request #3887 from samcake/tot
Hack for the Viking Palace scene before demo for good looking lightmaps
This commit is contained in:
commit
8c506c0301
1 changed files with 2 additions and 0 deletions
|
@ -841,6 +841,8 @@ void GeometryReader::run() {
|
|||
grabLightmaps = false;
|
||||
} else if (_url.path().toLower().endsWith("apt8_reboot.fbx")) {
|
||||
lightmapLevel = 4.0f;
|
||||
} else if (_url.path().toLower().endsWith("palaceoforinthilian4.fbx")) {
|
||||
lightmapLevel = 3.5f;
|
||||
}
|
||||
fbxgeo = readFBX(_reply->readAll(), _mapping, grabLightmaps, lightmapLevel);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue