I think that shadows are only implemented for Directional lights.

Try with a DirectionalLight.

On 16 mayo, 13:59, CoreGr <[email protected]> wrote:
> 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