I have a directional light casting shadows, and a point light in the scene.
The shadows block light from both sources.
Is this a known problem, or can I fix it some how?
Shadows block all lights?Software: Away3D 4.x |
||
empend, Member
Posted: 06 November 2011 08:25 AM Total Posts: 77 |
||
John Wilson, Member
Posted: 06 November 2011 09:41 AM Total Posts: 62 [ # 1 ] It’s hard to know exactly what your problem is, but the following, where “sunLight” is a DirectionalLight, works well for me:
var m:BitmapMaterial = new BitmapMaterial(new GroundMap().bitmapData); |
||
empend, Member
Posted: 06 November 2011 09:53 AM Total Posts: 77 [ # 2 ] The shadows are there, and do work with the directionalLight, but the shadows shouldn’t block other lights. I have a directionalLight casting shadows perfectly fine. Understand? |
||
opop, Newbie
Posted: 15 November 2011 09:27 AM Total Posts: 1 [ # 3 ] i got same thing http://deepdesign.kz/test/shadows.html |
||
|
||
|