Merge pull request #3887 from samcake/tot

Hack for the Viking Palace scene before demo for good looking lightmaps
This commit is contained in:
Philip Rosedale 2014-12-02 15:31:15 -08:00
commit 8c506c0301

View file

@ -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);
}