View Single Post
  #4  
Old 07-31-2007, 02:49 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

I believe this might be a specular issue. Does adding the following command fix it:
Code:
box.specular(0,0,0)
The box.wrl file that comes with Vizard does not have any specular color, so your file might have been modified.
Reply With Quote