I could really use some help with getting shadows going in a very
simple 3D-scene.

I have a simple object that can be rotated with user mouse-input. The
object is lit by a DirectionalLight, and behind it is a simple white
plane.

I'd like the object to cast shadows onto the plane.


Adding a SoftShadowMapMethod to the object's material throws this
error:

RangeError: Error #1125: The index 4294967295 is out of range 8.
        at away3d.lights.shadowmaps::ShadowMapperBase/renderDepthMap()
        at away3d.containers::View3D/updateLights()
        at away3d.containers::View3D/render()
        at Away7/onFrame()


What am I doing wrong? I'd really appreciate it if someone could point
me in the right direction!

Reply via email to