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