View Single Post
  #3  
Old 10-07-2010, 12:06 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
This looks like a draw ordering issue between the text and the object behind it. Does the object behind the text object contain transparency? If not, then try forcing that object to a lower draw order than the text object:
Code:
object.drawOrder(0)
Let me know if this helps.
Reply With Quote