PDA

View Full Version : Electrons 1.2



ErosOlmi
28-01-2007, 11:57
Electrons script updated.

Free fly over 3D functions using Left, Right, Up, Down, PgUp, PgDown
Also added "S" key. While pressed, multiple screeshots will be saved in script directory. Attention, screenshots will be fired very quickly :D

Do not forget to change "SurfaceEquation" script function to change 3D function. Script is able to plot many different 3D functions. Just use imagination.
If you find any interesting 3D function, do not forget to let us know.

Ciao
Eros

PS: script needs thinBasic 1.2.0.0

Petr Schreiber
28-01-2007, 19:05
Hi,

from various angles the function looks even more incredible :)


Thanks a lot,
Petr

ErosOlmi
28-01-2007, 19:21
Even more incredible is that all this can be achieved with less than 190 lines of thinBasic code.
Thanks to TBGL and its high performance, optimized, compact and super power functionalities.

Eros

ErosOlmi
28-01-2007, 21:08
Added a video in the original post.

kryton9
28-01-2007, 22:01
Great Idea about the video with thinBasic and Site information!! Came out nice!!

ErosOlmi
28-01-2007, 22:54
This seems a nice function:

function = sin(x^2 + z^2) / iif(x^2 + z^2=0, 0.1, x^2 + z^2)*100

kryton9
29-01-2007, 05:52
Cool, thanks lots of fun!!