View Single Post
  #3  
Old 07-31-2016, 11:16 AM
haohaoxuexi1 haohaoxuexi1 is offline
Member
 
Join Date: Sep 2015
Posts: 81
Quote:
Originally Posted by Jeff View Post
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
Reply With Quote