View Single Post
  #1  
Old 11-17-2014, 01:28 AM
aaaa aaaa is offline
Member
 
Join Date: Nov 2014
Posts: 9
how to set the lightness of the dot

Hi, I have a problem in setting the lightness of the dot. the code is below:

viz.startLayer(viz.POINTS)
viz.vertex(0,0,1)
viz.vertex(0,0.5,1)
aa=viz.endLayer()


I don't know how to set the lightness of the point.
Reply With Quote