View Single Post
  #7  
Old 05-09-2014, 08:14 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
It sounds like the global ambient lighting is still affecting the object. You will need to set the ambient color to black to completely disable all coloring of the object:
Code:
vizfx.setAmbientColor(viz.BLACK)
This should ensure the object is completely black in the absence of lights and emissive properties.
Reply With Quote