22#ifndef vtkOSPRayLightNode_h
23#define vtkOSPRayLightNode_h
26#include "vtkRenderingRayTracingModule.h"
97 static double LightScale;
a simple class to control print indentation
vtkViewNode specialized for vtkLights
a virtual light for 3D rendering
links vtkLights to OSPRay
static double GetRadius(vtkLight *)
Convenience method to set/get RADIUS on a vtkLight.
static vtkInformationDoubleKey * RADIUS()
The radius setting, when > 0.0, produces soft shadows in the path tracer.
static int GetIsAmbient(vtkLight *)
Convenience method to set/get IS_AMBIENT on a vtkLight.
static void SetLightScale(double s)
A global multiplier to all ospray lights.
static vtkOSPRayLightNode * New()
static vtkInformationIntegerKey * IS_AMBIENT()
When present on light, the light acts as an ambient source.
void Render(bool prepass) override
Make ospray calls to render me.
static void SetRadius(double, vtkLight *)
Convenience method to set/get RADIUS on a vtkLight.
~vtkOSPRayLightNode() override
static void SetIsAmbient(int, vtkLight *)
Convenience method to set/get IS_AMBIENT on a vtkLight.
static double GetLightScale()
A global multiplier to all ospray lights.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
links vtkRenderers to OSPRay