33 #ifndef vtkExternalOpenGLRenderer_h 34 #define vtkExternalOpenGLRenderer_h 37 #include "vtkRenderingExternalModule.h" 53 void Render(
void)
override;
74 virtual void RemoveAllExternalLights();
84 vtkBooleanMacro(PreserveGLCameraMatrices,
vtkTypeBool);
104 void SynchronizeGLCameraMatrices();
111 void SynchronizeGLLights();
123 #endif // vtkExternalOpenGLRenderer_h vtkLightCollection * ExternalLights
virtual vtkCamera * MakeCamera()
Create a new Camera sutible for use with this type of Renderer.
a virtual light object for tweaking existing lights in an external 3D rendering context ...
an ordered list of lights
vtkTypeBool PreserveGLCameraMatrices
vtkTypeBool PreserveGLLights
a simple class to control print indentation
a virtual camera for 3D rendering
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkOpenGLRenderer * New()
virtual void Render()
CALLED BY vtkRenderWindow ONLY.