Multiple circle stacked to form a spherical shape.

   2941   4   1
User Avatar
Member
17 posts
Joined: 8月 2014
Offline
Hi guys,

I am trying to form a spherical shape using multiple thicken circle stacked on top of each other (in the form of copy sop, see image below). The thing is i cant make the side/edge of it more into curve or roundish shape.

The thing I am trying to achieve is something or similar concept like a sphere sop set in
Primitive Type: Polygon Mesh
Connectivity: Rows

Thanks

Attachments:
side.jpg (142.8 KB)
like this.jpg (122.4 KB)

User Avatar
スタッフ
4177 posts
Joined: 9月 2007
Online
I use lines + uv textures (rows and columns) + ramps to do this sort of thing.

Hope that helps!

Attachments:
ramps_and_uvs.hipnc (86.2 KB)
2015-02-16--1424108570_screenshot.png (55.0 KB)

I'm o.d.d.
User Avatar
Member
4530 posts
Joined: 2月 2012
Offline
If you want to do it with just math, you can use this formula:
sqrt ( 1 - pow ( t - 1, 2 ) )

where t could be:
$CY / ($NCY - 1)

for copied geometry without a template. If you are using a template, use $PT and $NPT instead.

Attachments:
easeOutCircle.hip (65.0 KB)

Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]

youtube.com/@pragmaticvfx | patreon.com/animatrix | pragmaticvfx.gumroad.com
User Avatar
Member
1104 posts
Joined: 8月 2008
Offline
Here is another way you can do it which require less math skills, just houdini skills

Attachments:
Revolve.hiplc (56.2 KB)
Revolve.JPG (110.6 KB)

/M

Personal Houdini test videos, http://vimeo.com/magnusl3d/ [vimeo.com]
User Avatar
Member
17 posts
Joined: 8月 2014
Offline
Thanks guys for the different methods. I will study them.

You guys have been a great help!!
  • Quick Links