Hiya!
I'm using @ Bodysoulspirit's Get Object Vertices
node along with Make Points along Spline
& Make Line Strip Object / Make Lines Object
on a Sphere. I would like to remove the vertical line that runs through it as I want to achieve this look of concentric rings but on a 3d object (wireframe shader doesn't give the aesthetic I'm after)
Is it because the lines start and end in the same place? Perhaps there's another way of achieving this? Where there are concentric rings around the 3d shape to achieve a geometric look.
Thanks!
Comments
try removing the last item in
try removing the last item in the list
Thanks - that didn't work and
Thanks - that didn't work and after playing around with cut list / comb list to see how the lines connect I think it's because it draws the line from the first point and then up onto the next row - which makes sense. Perhaps I need to think about this differently.
Screen Shot 2021-02-27 at 10.16.12.png
Yeah, haven't tried, but what
Yeah, haven't tried, but what about creating a circle instead (with Make Parametric Points or a custom node I've uploaded to create circles, see node gallery), then copy the 3D circle object with
Copy 3D Object
and change its size & positions ?Oh, now I see it! I thought
Oh, now I see it! I thought it was one continuous line. Yeah, you will need to split the list of vertices into separate lists of 9 (or whatever the point count per circle is) points, and render those out as separate objects before combining them to one object again. A bit of a tedious task using the cut node, but I'm not seeing how it can be automated before getting a list in list feature.
...or maybe I'm just a bit
...or maybe I'm just a bit slow today
Screenshot 2021-02-27 at 14.16.02.png
You can automate further by
You can automate further by doing like in the attached image, but it will only work if the columns and rows are set to the same number for some reason (maths probably)
Screenshot 2021-02-27 at 14.24.43.png
Beside Martinus great
Beside Martinus great solution, I had tried a slightly different version
Build List.png
Or if you want to reduce the amount fo nodes used, I've just posted 2 experimental nodes in the node gallery, "Process List with Index" & "Build List with Data".
However, I don't know how to work on memory management, so use at your own risk.
Build List - Custom Node.png
Joined are the samples compositions.
Cheers
Circles Sphere.zip
Or a "Copy 3D circles"
Or a "Copy 3D circles" version instead of a sphere for fun ;)
However, it doesn't close as nicely on the sphere top & bottom maybe.
(got a bug too with this version, when the rotation is set to -90 or 90° with a "Transform 3D node", using the draggable camera I'm only capable of rotating it on 1 axis. For different degrees of rotations transform it works funnily enough) Maybe my
Make Circle Points
node is the culprit though.Copy Circles.zip
Or you can also get rid of
Or you can also get rid of the
Build List
method bu usingCopy List Items
withComb List
.Joined file.
Comb List Capture.png
Comb List.zip
Magneson Bodysoulspirit
Magneson Bodysoulspirit thanks so much for these, so many good options to try! ⚡✨