View Single Post
  #3  
Old 02-28-2018, 05:34 AM
performlabrit performlabrit is offline
Member
 
Join Date: Oct 2013
Posts: 77
Success with <node>.setReferenceFrame()

Thanks jeff! The following code worked...
HTML Code:
	import vizshape
	r = vizshape.addSphere(0.05, color = viz.RED)
	r.setReferenceFrame(viz.RF_VIEW)
	r.setPosition([0,0,1])
Reply With Quote