Quote:
	
	
		
			
				
					Originally Posted by  Jeff
					 
				 
				You could create an  on-the-fly line to connect the two spheres.  
			
		 | 
	
	
 
	Code:
	import viz,vizact,vizshape, vizmat
viz.go()
grid = vizshape.addGrid() 
sphere_0_left = vizshape.addSphere(radius=0.1)
sphere_1_left = vizshape.addSphere(radius=0.1)
 So how to connect this two sphere using on the fly