Line trace in sphere shape with limited angles and radius

Hi,

I would like to know if it is possible to limit this (How to Line Trace in all directions? - #14 by ClockworkOcean) all direction line trace to upper, lower vertical and left, right horizontal angles. It would be nice if there was option to number of horizontal rows and number of points in each row. Also limiting range. Do you know if there is solution for this already ? Thanks

Picture of what i mean.

That code was for a Fibonacci sphere, where the points are evenly distributed on the surface.

If you want to limit the horizontal and vertical amount, much easier in degrees :slight_smile:

1 Like

Thank you. Can I also limit the angles for individual sides? For example, 90 degrees to the right, 30 to the left ?

Yes. What you’re seeing there, is going from 0 to 180 on both axis.

You can go from 330 to 360, then 0 to 90.

how do you limit the lower bound for the H/V degrees? I get limiting the upper degrees by setting it, but I’m having trouble picturing limiting the lower degrees (90-180 degrees for example)

Edit: My temporary Solution:

You only need the code I put up there. The vertical is limited by ‘vertical degrees’.