|
From: Thorsten R. <tho...@sc...> - 2017-03-12 11:28:11
|
> I would be interested to get an offline version of your corrections. > Unfortunately I am not able to understand what precisely to change > (change xml-files or just update them, cityLM.eff vs. > lightmap-switch.xml vs. roads.eff, ...). To see the traffic shader * in Roads/ there's roads.eff in each subfolder (for the Bergen demo, I had just one of them... in general you need to change this in your script) * this contains a line like <inherits-from>Effects/model-combined-deferred</inherits-from> -> change this to <inherits-from>Effects/road</inherits-from> (this itself inherits from model-combined-deferred and will not change the current behavior for classic or Rembrandt) * switch ALS on, you may have to switch the model shader quality a bit higher than minimal To use the lightmap switch, just delete lightmap-switch.xml which contains a Nasal snippet and make the effects use /environment/lightmap-factor in the parameter section instead the property that the Nasal script wrote, it does the same thing and is always present. * Thorsten |