Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ to render to the Looking Glass render window by simply swapping out the
example's render window with one created via
`vtkLookingGlassInterface.CreateLookingGlassRenderWindow()`.

### Cinematic Rendering

Some notable cinematic rendering examples are available in the `Examples/Python/cinematic_rendering`
directory. These use VTK's new light scattering model to create realistic
volumetric renderings of medical data. An example video is provided below.

[![Cinematic Rendering Example](https://res.cloudinary.com/marcomontalbano/image/upload/v1664546921/video_to_markdown/images/youtube--9FC3auNbxnY-c05b58ac6eb4c4700831b2b3070cd403.jpg)](https://www.youtube.com/watch?v=9FC3auNbxnY&ab_channel=StephenAylward "Cinematic Rendering Example")

## C++ Support
For C++ support, there are two main approaches.
You can create a OS specific Looking Glass render window and use it as you
Expand Down