It is currently 19 Jun 2013, 18:04

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 104 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10, 11  Next
Author Message
 Post subject: Re: ICE Topology and parametric equations
PostPosted: 09 Jan 2012, 01:31 
Offline
User avatar

Joined: 19 Mar 2010, 00:38
Posts: 460
Location: St. Thomas, Ontario
The Stereographic Sphere (Riemann Sphere)

Here is an interesting parametric surface. This sphere parameters are based on the stereographic projection, which map the points of the sphere on the complex plane. The gap in the sphere cannot be closed without the u and v parameters extending to a very large number (infinity). If you want to close it, you will have to do it manually.

This surface is useful in constructing baskets, necklaces and domes.

The parameter are:

x = 2 * v / (1 + u*u + v*v)
y = (u*u + v*v - 1) / (1 + u*u + v*v)
z = 2 * u / (1 + u*u + v*v)

with

u_start = -10
u_end = 10
v_start = -10
v_end = 10

The ICE Tree and parametric surface is as follow. The last figure (Sphere_Stereographis3) shows you the necklace form with the parameters to achieve it. Enjoy!


Attachments:
Sphere_Stereographic.jpg
Sphere_Stereographic.jpg [ 74.31 KiB | Viewed 1033 times ]
Sphere_Stereographic2.jpg
Sphere_Stereographic2.jpg [ 82.1 KiB | Viewed 1033 times ]
Sphere_Stereographic3.jpg
Sphere_Stereographic3.jpg [ 29.54 KiB | Viewed 1033 times ]

_________________
$ifndef "Softimage"
set "Softimage" "true"
$endif


Last edited by Daniel Brassard on 11 Jan 2012, 04:00, edited 1 time in total.
Top
 Profile  
 
 Post subject: Re: ICE Topology and parametric equations
PostPosted: 09 Jan 2012, 01:59 
Offline
User avatar

Joined: 09 Aug 2010, 01:37
Posts: 339
Location: Tits
Wow!
Insanely awesome for (below)average 3d user like me.
I just wish these could be put in "get primitive" menu for quick use.
Please continue.


Top
 Profile  
 
 Post subject: Re: ICE Topology and parametric equations
PostPosted: 09 Jan 2012, 03:44 
Offline
User avatar

Joined: 19 Mar 2010, 00:38
Posts: 460
Location: St. Thomas, Ontario
Thanks Memag.

The more I am getting into this, the more I am thinking of packaging all the surfaces into a Topo pack. Maybe I'll do that after I finish with this thread!

Sort of thank you and support to si-community!

_________________
$ifndef "Softimage"
set "Softimage" "true"
$endif


Top
 Profile  
 
 Post subject: Re: ICE Topology and parametric equations
PostPosted: 09 Jan 2012, 04:45 
Offline
User avatar

Joined: 25 Nov 2010, 19:23
Posts: 776
Location: Edmonton, Canada
That would be a VERY good idea. I think it would be quite useful and give a good starting point for those of us that are a little math challenged to build onto. Would be much appreciated if you decide to do that. ^:)^

In production sometimes there isn't as much time to experiment as I'd like so a starting point is very helpful. I think it would be very popular.

_________________
WWII Aviation Art - Softimage Style! - http://www.actionart.ca


Top
 Profile  
 
 Post subject: Re: ICE Topology and parametric equations
PostPosted: 11 Jan 2012, 04:05 
Offline
User avatar

Joined: 19 Mar 2010, 00:38
Posts: 460
Location: St. Thomas, Ontario
Egg Carton

This is a simple variation of the grid using sines.

The parameters are:

x = u
y = A * Sin(u) * Sin (v)
z = v

with

u_start = -10
u_end = 10
v_start = -10
v_end = 10
A = 2 (amplitude of the bump on the grid surface)

The ICE Tree and parametric surface is as follow.


Attachments:
Grid_Egg_Carton.jpg
Grid_Egg_Carton.jpg [ 62.36 KiB | Viewed 965 times ]
Grid_Egg_Carton2.jpg
Grid_Egg_Carton2.jpg [ 99.68 KiB | Viewed 965 times ]

_________________
$ifndef "Softimage"
set "Softimage" "true"
$endif


Last edited by Daniel Brassard on 11 Jan 2012, 04:13, edited 1 time in total.
Top
 Profile  
 
 Post subject: Re: ICE Topology and parametric equations
PostPosted: 11 Jan 2012, 04:12 
Offline
User avatar

Joined: 19 Mar 2010, 00:38
Posts: 460
Location: St. Thomas, Ontario
Folded Strip

This next surface uses sine and cosine functions to fold the grid. The surface is useful for making bow ties and candies.

The parameters are:

x = Sin(u)
y = Cos(u+v)
z = v

with

u_start = 0 ... (if you make this -2*PI you get the bow tie)
u_end = 2*PI
v_start = -PI
v_end = PI

The ICE Tree and parametric surface is as follow.


Attachments:
Folded_Strip.jpg
Folded_Strip.jpg [ 57.25 KiB | Viewed 964 times ]
Folded_Strip2.jpg
Folded_Strip2.jpg [ 69.8 KiB | Viewed 964 times ]

_________________
$ifndef "Softimage"
set "Softimage" "true"
$endif


Last edited by Daniel Brassard on 11 Jan 2012, 04:18, edited 1 time in total.
Top
 Profile  
 
 Post subject: Re: ICE Topology and parametric equations
PostPosted: 11 Jan 2012, 04:17 
Offline
User avatar

Joined: 19 Mar 2010, 00:38
Posts: 460
Location: St. Thomas, Ontario
Folded Strip Variation

This next version of the folded strip uses the absolute function to fold the strip on itself along the z axis creating an interesting shape.

The parameters are:

x = Sin(u)
y = Cos(u+v)
z = abs(v) / 2

with

u_start = 0
u_end = 2*PI
v_start = -20
v_end = 20

The ICE Tree and parametric surface is as follow.


Attachments:
Folded_Strip4.jpg
Folded_Strip4.jpg [ 63.98 KiB | Viewed 962 times ]
Folded_Strip3.jpg
Folded_Strip3.jpg [ 89.34 KiB | Viewed 964 times ]

_________________
$ifndef "Softimage"
set "Softimage" "true"
$endif


Last edited by Daniel Brassard on 11 Jan 2012, 05:11, edited 1 time in total.
Top
 Profile  
 
 Post subject: Re: ICE Topology and parametric equations
PostPosted: 11 Jan 2012, 04:24 
Offline
User avatar

Joined: 19 Mar 2010, 00:38
Posts: 460
Location: St. Thomas, Ontario
Grid Ripple

This variation of the grid uses the sine function to create ripples on the surface. The amount of ripples is controlled by a scalar.

The parameters are:

x = u
y = Sin(u*v/Ripple)
z = v

with

u_start = -10
u_end = 10
v_start = -10
v_end = 10
Ripple = 5 (can be any amount except zero to avoid a "division by zero" error)

The ICE Tree and parametric surface is as follow.


Attachments:
Grid_Ripple.jpg
Grid_Ripple.jpg [ 63.49 KiB | Viewed 964 times ]
Grid_Ripple2.jpg
Grid_Ripple2.jpg [ 108.84 KiB | Viewed 964 times ]

_________________
$ifndef "Softimage"
set "Softimage" "true"
$endif
Top
 Profile  
 
 Post subject: Re: ICE Topology and parametric equations
PostPosted: 11 Jan 2012, 04:31 
Offline
User avatar

Joined: 19 Mar 2010, 00:38
Posts: 460
Location: St. Thomas, Ontario
Conical Spiral Disk (Cochlea)

Here is a variation of the spiral disk using u to deform the disk in a conical shape. The height of the disk on the y axis is controlled by a scalar.

The parameters are:

x = u * v * Sin(u)
y = Height * u
z = u * v * Cos(u)

with

u_start = -8*PI
u_end = 8*PI
v_start = 0
v_end = 1
Height = 1

The ICE Tree and parametric surface is as follow.


Attachments:
Conical_Spiral_Disk.jpg
Conical_Spiral_Disk.jpg [ 67.08 KiB | Viewed 963 times ]
Conical_Spiral_Disk2.jpg
Conical_Spiral_Disk2.jpg [ 71.07 KiB | Viewed 963 times ]

_________________
$ifndef "Softimage"
set "Softimage" "true"
$endif
Top
 Profile  
 
 Post subject: Re: ICE Topology and parametric equations
PostPosted: 11 Jan 2012, 04:40 
Offline
User avatar

Joined: 19 Mar 2010, 00:38
Posts: 460
Location: St. Thomas, Ontario
Torus Spiral (Coil)

A variation of the spiral helical torus with a constant width and no height. Useful to create clock springs, hoses and ornements.

The parameters are:

x = Cos(u) * (R0 + (R1 * Cos(v)))
y = R1 * Sin(v)
z = Sin(u) * (R0 + (R1 * Cos(v)))

with

u_start = 0
u_end = 8*PI
v_start = 0
v_end = 2*PI
R0 = Large radius = .5
R1 = Small radius = .5

The ICE Tree and parametric surface is as follow.


Attachments:
Torus_Spiral_Coil.jpg
Torus_Spiral_Coil.jpg [ 74.66 KiB | Viewed 963 times ]
Torus_Spiral_Coil2.jpg
Torus_Spiral_Coil2.jpg [ 82.8 KiB | Viewed 963 times ]

_________________
$ifndef "Softimage"
set "Softimage" "true"
$endif
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 104 posts ]  Go to page Previous  1 ... 4, 5, 6, 7, 8, 9, 10, 11  Next

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group