Light on top by Suny
Open full image in new tab Members remain the original copyright holder in all their materials here at Renderosity. Use of any of their material inconsistent with the terms and conditions set forth is prohibited and is considered an infringement of the copyrights of the respective holders unless specially stated otherwise.
Description
Tools:
Delphi+DelphiX
Picture created by function
for n:=1 to 100000 do
begin
pixels[x0+round(n/100*cos(n/60)),y0+round(n/100*sin(n/15*round(n/100*cos(n/30))))+round(n/100*cos(n/30))] := clWhite;
end;
Comments (1)
thecytron
Nice idea!