Skip to content

Instantly share code, notes, and snippets.

View varsill's full-sized avatar

Łukasz Kita varsill

View GitHub Profile
@varsill
varsill / VTKm.cpp
Last active February 10, 2023 17:51
#include <vtkm/cont/Initialize.h>
#include <vtkm/source/Tangle.h>
#include <vtkm/rendering/Actor.h>
#include <vtkm/rendering/CanvasRayTracer.h>
#include <vtkm/rendering/MapperRayTracer.h>
#include <vtkm/rendering/MapperVolume.h>
#include <vtkm/rendering/MapperWireframer.h>
#include <vtkm/rendering/Scene.h>
#include <vtkm/rendering/View3D.h>