vtkLightKit in vtkjs

Hello,

I just joined the forum. I develop a desktop win form application in c#. I’m using VTK with C# lib and right now I’m testing the vtkjs features.

In c# lib I use the vtkLightKit class in order to make the default render nicer.

var lightKit = new vtkLightKit();
lightKit.AddLightsToRenderer(renderer);

Is it available in vkjs as well?

Thank you