| View previous topic :: View next topic |
| Author |
Message |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 183
|
Posted: Tue Dec 30, 2008 7:34 pm Post subject: |
|
|
Hi Gerd,
What a beautiful (and complex object) Cube
May the complexity be always with you in 2009  _________________ Cheers,
Taha |
|
| Back to top |
|
 |
inode

Joined: 27 Jan 2007 Posts: 72 Location: Austria
|
Posted: Fri Jul 03, 2009 8:04 am Post subject: Archimedian Spirals |
|
|
Let's play with archimedian spirals!
So copy this codes to your 'personal.k3ds' file for further experiments...
| Code: | Name: PG_ArchiSpiral_1
/* Isosurface: PG_ArchiSpiral_1 clockwise spiral 1/2009 Gerd Platl */
F(): 0.5 - z*z - sin((sqrt(x*x+y*y) - 0.5*atan2(y,x)))^2
[x]: -9 , 9
[y]: -9 , 9
[z]: -0.71 , 0.71
; |
| Code: | Name: PG_ArchiSpiral_2
/* Isosurface: PG_ArchiSpiral_2 counterclockwise spiral 1/2009 Gerd Platl */
F(): 0.5 - z*z - sin((sqrt(x*x+y*y) + 0.5*atan2(y,x)))^2
[x]: -9 , 9
[y]: -9 , 9
[z]: -0.71 , 0.71
; |
| Code: | Name: PG_DoubleSpiral_1
/* Isosurface: PG_DoubleSpiral_1 1/2009 Gerd Platl */
F(): 0.5 - z*z - sin((sqrt(x^2+y^2) -atan2(y,x)))^2
[x]: -9 , 9
[y]: -9 , 9
[z]: -0.71 , 0.71
; |
| Code: | Name: PG_OverlapSpiral_3
/* Isosurface: PG_OverlapSpiral_3 7/2009 Gerd Platl */
F(): 0.05 -z*z - sin((sqrt(x*x+y*y)))^2 + sin((sqrt(x*x+y*y)
- (11*atan2(y,x))))^2
[x]: -9 , 9
[y]: -9 , 9
[z]: -1.1 , 1.1
; |
|
|
| Back to top |
|
 |
inode

Joined: 27 Jan 2007 Posts: 72 Location: Austria
|
|
| Back to top |
|
 |
inode

Joined: 27 Jan 2007 Posts: 72 Location: Austria
|
|
| Back to top |
|
 |
inode

Joined: 27 Jan 2007 Posts: 72 Location: Austria
|
|
| Back to top |
|
 |
jotero
Joined: 27 Jan 2007 Posts: 99 Location: Germany Hannover
|
Posted: Thu Aug 27, 2009 12:45 pm Post subject: |
|
|
Hello Gerd,
very nice and interesting work!
ciao
Torolf _________________ my gallery |
|
| Back to top |
|
 |
nextstep Site Admin
Joined: 06 Jan 2007 Posts: 183
|
Posted: Sat Sep 19, 2009 5:17 am Post subject: |
|
|
Hi all,
Very funny collection Gerd ...Thanks for sharing _________________ Cheers,
Taha |
|
| Back to top |
|
 |
|