|
From: Fernando G. L. <fer...@gm...> - 2020-03-28 22:03:42
|
On Sat, Mar 28, 2020 at 3:26 PM Stuart Buchanan <stu...@gm...> wrote: > I noticed in passing one oddity - the wiki suggests using technique number 10-19 > for ALS, but model-combined.eff uses technique 4 for ALS with the model shader. Yep, the model-combined effect is the only exception to keep backwards compatibility with effects that inherit from it. The <generate> tag is placed on the child effect, not on model-combined.eff, so it's necessary to overwrite the correct technique. > I'm also getting a crash when using --compositor=Compositor/als, > stacktrace below. If you are using OSG 3.6 it's a known bug. You can remove the <clustered-shading> block in $FG_ROOT/Compositor/als to prevent the crash. Fernando |