# File vtk/gtk/GtkGLExtVTKRenderWindow.rb, line 332
  def Render
    if (@CurrentLight)
      light = @CurrentLight
      light.SetPosition(@CurrentCamera.GetPosition)
      light.SetFocalPoint(@CurrentCamera.GetFocalPoint)
    end

    super
  end