vtk-m2/examples
Kenneth Moreland 0769b96bf3 Remove Width and Height from Camera
The width and height are maintained out of necessity by the canvas. A
second copy was maintained by the camera, which was only used for
computing the aspect ratio and similar metrics for projections.

Having to maintain the width/height in two places is a bit of a hassle
and provides the opportunity for bugs if they get out of sync. Instead,
have the width/height managed in one place (the canvas) and pass them as
parameters as necessary.
2016-06-09 12:07:56 -06:00
..
clipping fixing another mention of field::order 2016-03-23 11:14:55 -04:00
demo Change vtkm::rendering::RenderSurface to Canvas 2016-06-02 16:04:13 -06:00
hello_world Make sure all source files are declared in the examples 2016-06-02 10:24:21 -06:00
isosurface Make sure all source files are declared in the examples 2016-06-02 10:24:21 -06:00
lots_of_args Do not add c++ compiler optimizations to all compilers, but on a target basis. 2016-01-25 14:38:06 -05:00
multi_backend All examples now use the proper CMake CUDA found variable. 2016-02-22 11:25:15 -05:00
rendering Remove Width and Height from Camera 2016-06-09 12:07:56 -06:00
streamline found more uses of field::order to remove. 2016-03-23 12:57:05 -04:00
tetrahedra removing cell set dimensionality and splitting tetrahedralizer. 2016-05-13 14:26:59 -04:00
CMakeLists.txt Add glut-based rendering example. 2016-05-05 13:26:39 -04:00