View Single Post
  #3  
Old 03-20-2017, 07:53 AM
arshbot arshbot is offline
Member
 
Join Date: Mar 2017
Posts: 8
Turns out that it wasn't black! It was actually so dark that I couldn't see anything, thinking it was black. Adding these two lines to my main script solved the issue!

mylight = viz.addSpotLight(spread=180, pos=(10, 100, 0))
mylight.intensity(100)
Reply With Quote