Effects of sun rays

Blitz3D Forums/Blitz3D Beginners Area/Effects of sun rays

Xero(Posted 2012) [#1]
Hi, I'm fairly new to blitz and my question is how to make a sunburst effect, as I've seen in screenshots Yue working project.


Yasha(Posted 2012) [#2]
Yue's using You can use the FastExtension library. Costs extra, but is very easy to use (sun rays are an included example).

EDIT: Sorry Yue, I really thought you were using it. Shows how good your screenshots are! (How did you do DOF in pure B3D?)

Last edited 2012


Yue(Posted 2012) [#3]
Hi!, Initially you can use external libraries like Ashadow or FASTEXT, but the method we use is based on codificaicón of Blitz3D, so for lack of money.

The codebase with things to do is this:



Result:



Gretins

Edit: Yasha XD!

Last edited 2012


Yue(Posted 2012) [#4]
the effect is done with the tutorials I've found the community to implement the bloom and the doof, I think I am not much of a problem as soon as I had a slow computer, of course not that I know very well implement all, this is rather it is to take code from other people who are experts and accommodate my needs.

Last edited 2012


Xero(Posted 2012) [#5]
This is harder than I thought, I think that there would be good results faster FasExt acquire library.

So I'll start by simple things.

Thank you


Mikorians(Posted 2012) [#6]
Would you mind if your example were added to my library of functions? It's awesome and I'm going to post a freeware engine here eventually.

I have a bad habit of hodgepodging stuff together.
But I think this information should be consolidated and made available to the general public.

Credit: Yue

Last edited 2012