Hi, Im getting the same error when I try any of the shadow methods:

[Fault] exception, information=Error: An abstract method was called!
Either an instance of an abstract class was created, or an abstract
method was not overridden by the subclass.


It's throwing this exception from LightBase:

protected function createShadowMapper() : ShadowMapperBase
{
     throw new AbstractMethodError();
}

I also tried what DerSchmale said about using
"SlowFilteredShadowMapMethod" but still getting the same error. Could
someone give me any advice please?

Reply via email to