Shade-C blur shading

Posted By: Dante_Scott

Shade-C blur shading - 01/26/10 00:27

I am truly not sure if this would be the correct article for this to be posted in or if the more appropriate would be the tutorial section.

But to the point I would like to know how to apply my radial blur to my level. The only problem is I can apply the radial blur to all my models in the project but I am not sure how to apply it to the project itself.

This has been a huge problem for me ever since I started using 3dgs and lite-c. So the person who solves it will be given grace of high quantities.

Best regards,

Dante
Posted By: Razoron

Re: Shade-C blur shading - 01/27/10 13:57

I really don'n understand you. You want to apply the blur shader to your project? Do you mean:
Code:
action MyProject()
{
   my.material=radial_blur;
}


grin

Maybe you can set:
Code:
level_ent.material=blur;


© 2024 lite-C Forums