![]() |
|
#1
|
|||
|
|||
I found the problem, here is my solution in Vizard:
xs, ys, zs = get_sphere_line([2.85, -1., 0.238], [1.722, .001, .46], [3.94, .001, 0.026]) viz.startLayer(viz.LINE_STRIP) viz.lineWidth(5) viz.pointSize(5) viz.vertexColor(viz.YELLOW) for pos in zip(xs, ys, zs): viz.vertex([pos[0], pos[1], pos[2]]) points = viz.endLayer() |
![]() |
Tags |
arc, great circle, vizshape |
Thread Tools | |
Display Modes | Rate This Thread |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Why I need two points for viz.startlayer(viz.POINTS) | jincheker | Vizard | 1 | 01-28-2011 08:46 AM |
avatar walking over a sequence of points | IGoudt | Vizard | 1 | 10-16-2009 11:22 AM |
Create Button or Text | Chrissy2009 | Vizard | 1 | 07-15-2009 05:34 PM |
Draw Line between Points | Chrissy2009 | Vizard | 2 | 05-13-2009 04:42 AM |
How to create a sky? | guxmy01 | Vizard | 1 | 05-28-2008 12:07 PM |