@cowem To rule out any graphics/driver/camera issues, a simple trick is to set the renderer background color to something other than black. renderer.SetBackground(1, 0, 0)
would set it to red. If you still see a black window, it is likely a graphics/driver issue.
1 Like