View Single Post
  #4  
Old 03-09-2016, 06:46 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Try changing:

Code:
ball.drawOrder(10)
to:

Code:
ball.setTransparentDrawOrder()
That might help with the transparency issue.
Reply With Quote