I've got a demo and source code for 2 ways to do shadows that might
help: http://savagelook.com/blog/away3d/away3d-simpleshadow-and-simple-shadows

On Dec 13, 9:01 am, andreyMK <[email protected]> wrote:
> Try to use code like this:
>
> scene.addChild(model);
> var distance:Number = model_h;
> var base:Number = 0;
> var blur:int = 16;
> var color:uint = 0xFF0000;
> s_shadow = new SimpleShadow(model, color, blur, base, distance);
> s_shadow.apply(view.scene);
>
> But no any shadows presents in scene and very slow works all project
> Why is this happening?
> Why I can not see the shadows?

Reply via email to