Multiple circle stacked to form a spherical shape.
3106 4 1- Tanner Chow
- 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
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
- goldleaf
- スタッフ
- 4195 posts
- Joined: 9月 2007
- Offline
- animatrix_
- Member
- 4672 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.
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.
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
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]
youtube.com/@pragmaticvfx | patreon.com/animatrix | pragmaticvfx.gumroad.com
- MagnusL3D
- Member
- 1110 posts
- Joined: 8月 2008
- Offline
- Tanner Chow
- Member
- 17 posts
- Joined: 8月 2014
- Offline
-
- Quick Links