Examples

  • At the Diderot examples page on github, example programs are being added to document and demonstrate the features of Diderot.

  • vr-lite-bone

    Simple volume rendering

    This program is a simple volume renderer for CT images. It samples the field for opacity and uses the gradient field to compute the surface normal, which is used for lighting the surface.

  • vr-curv-quad

    Curvature

    This example is a volume renderer that colors the surface based on its curvature.

  • iso2d

    2D Isolines

    This example uses strands to find isolines in a 2d image.