View Single Post
  #1  
Old 08-20-2015, 05:38 AM
Samuli Samuli is offline
Member
 
Join Date: Aug 2015
Posts: 15
Headlight is not disabled

Hi,
I've started to develop using Vizard and VizMove and I encountered a following problem:
the headlight isn't disabled using the following code:
Code:
import viz

viz.go()

showroom=viz.add('ShowroomLightmap1.osgb')



headlight=viz.MainView.getHeadLight()
headlight.disable()
Is there a solution to that problem?
Reply With Quote