vtk-m/vtkm/rendering
Manish Mathai 28c1bc65d7 Draws world annotations before scene render
This reordering of draw calls is to ensure that volume renderer does not
clobber the annotations.
2017-09-21 16:08:56 -07:00
..
internal Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
raytracing fixing triangulator and adding a fast path for 3D structured cell sets 2017-09-04 08:17:01 -07:00
testing Move the Canvas state to an internals class 2017-09-17 20:40:24 -07:00
Actor.cxx Adding color lines, view annotations, line color labels. 2017-07-28 13:31:19 -04:00
Actor.h Adding color lines, view annotations, line color labels. 2017-07-28 13:31:19 -04:00
AxisAnnotation2D.cxx Adding ability to have y-axis log scaling in 1D. 2017-08-07 10:45:03 -04:00
AxisAnnotation2D.h Adding ability to have y-axis log scaling in 1D. 2017-08-07 10:45:03 -04:00
AxisAnnotation3D.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
AxisAnnotation3D.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
AxisAnnotation.cxx Adding ability to have y-axis log scaling in 1D. 2017-08-07 10:45:03 -04:00
AxisAnnotation.h Adding ability to have y-axis log scaling in 1D. 2017-08-07 10:45:03 -04:00
BitmapFont.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
BitmapFont.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
BitmapFontFactory.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
BitmapFontFactory.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
BoundingBoxAnnotation.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
BoundingBoxAnnotation.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
Camera.cxx Merge topic 'rendering_pipeline' 2017-08-06 17:02:51 -04:00
Camera.h Adding color lines, view annotations, line color labels. 2017-07-28 13:31:19 -04:00
Canvas.cxx Removes font management from WorldAnnotator and relies on Canvas 2017-09-18 14:41:28 -07:00
Canvas.h Removes font management from WorldAnnotator and relies on Canvas 2017-09-18 14:41:28 -07:00
CanvasEGL.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
CanvasEGL.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
CanvasGL.cxx Adds text rendering and line rendering to WorldAnnotator 2017-09-17 15:10:40 -07:00
CanvasGL.h Adding color lines, view annotations, line color labels. 2017-07-28 13:31:19 -04:00
CanvasOSMesa.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
CanvasOSMesa.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
CanvasRayTracer.cxx Converts Canvas to a concrete implementation. 2017-08-31 10:40:30 -07:00
CanvasRayTracer.h Converts Canvas to a concrete implementation. 2017-08-31 10:40:30 -07:00
CMakeLists.txt Fixes warnings 2017-09-18 15:18:33 -07:00
Color.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
Color.h Moves class-wide visibility macro to just the static class members. 2017-07-24 14:51:46 -07:00
ColorBarAnnotation.cxx clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ColorBarAnnotation.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
ColorLegendAnnotation.cxx Removing print. 2017-08-02 12:35:30 -04:00
ColorLegendAnnotation.h Adding color lines, view annotations, line color labels. 2017-07-28 13:31:19 -04:00
ColorTable.cxx Adding color lines, view annotations, line color labels. 2017-07-28 13:31:19 -04:00
ColorTable.h refactoring ray tracing and adding new renderer 2017-06-17 14:28:45 -07:00
ConnectivityProxy.cxx Merge remote-tracking branch 'upstream/master' into x_ray_add_emmission 2017-08-15 07:27:17 -07:00
ConnectivityProxy.h refactoring ray tracing and adding new renderer 2017-06-17 14:28:45 -07:00
DecodePNG.cxx Remove lines that only contain a semi-colon. 2017-08-16 14:31:17 -04:00
DecodePNG.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
LineRenderer.cxx Adds text rendering and line rendering to WorldAnnotator 2017-09-17 15:10:40 -07:00
LineRenderer.h Adds text rendering and line rendering to WorldAnnotator 2017-09-17 15:10:40 -07:00
Mapper.cxx Adding ability to have y-axis log scaling in 1D. 2017-08-07 10:45:03 -04:00
Mapper.h Adding ability to have y-axis log scaling in 1D. 2017-08-07 10:45:03 -04:00
MapperConnectivity.cxx refactoring ray tracing and adding new renderer 2017-06-17 14:28:45 -07:00
MapperConnectivity.h Cleaning up rendering headers and moving structured volume renderer into cxx file 2017-07-08 13:48:38 -07:00
MapperGL.cxx Adding 2D, 3D annotations, fixing GL color mapper. 2017-08-10 09:26:16 -04:00
MapperGL.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
MapperRayTracer.cxx removing background colors from tracers. Background color is now the responsiblitiy of the canvas. 2017-08-12 17:22:47 -07:00
MapperRayTracer.h Multi canvas rendering 2017-08-06 11:59:19 -07:00
MapperVolume.cxx removing background colors from tracers. Background color is now the responsiblitiy of the canvas. 2017-08-12 17:22:47 -07:00
MapperVolume.h refactoring ray tracing and adding new renderer 2017-06-17 14:28:45 -07:00
MapperWireframer.cxx Handles the case when the passed canvas has rendered data. 2017-08-23 14:51:05 -07:00
MapperWireframer.h Handles the case when the passed canvas has rendered data. 2017-08-23 14:51:05 -07:00
MatrixHelpers.h Fixing View1d and View2d x scaling. 2017-07-17 09:58:15 -04:00
Scene.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
Scene.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
TextAnnotation.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
TextAnnotation.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
TextAnnotationBillboard.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
TextAnnotationBillboard.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
TextAnnotationScreen.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
TextAnnotationScreen.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
TextRenderer.cxx Remove typename keyword from explicit specializations 2017-09-19 14:31:35 -07:00
TextRenderer.h Adds text rendering and line rendering to WorldAnnotator 2017-09-17 15:10:40 -07:00
Texture2D.h Adds explicit inline for Texture2DSampler 2017-09-20 13:55:18 -07:00
TextureGL.cxx Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
TextureGL.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
Triangulator.h fixing triangulator and adding a fast path for 3D structured cell sets 2017-09-04 08:17:01 -07:00
View1D.cxx Adding 2D, 3D annotations, fixing GL color mapper. 2017-08-10 09:26:16 -04:00
View1D.h Adding ability to have y-axis log scaling in 1D. 2017-08-07 10:45:03 -04:00
View2D.cxx Adding 2D, 3D annotations, fixing GL color mapper. 2017-08-10 09:26:16 -04:00
View2D.h Adding 2D, 3D annotations, fixing GL color mapper. 2017-08-10 09:26:16 -04:00
View3D.cxx Draws world annotations before scene render 2017-09-21 16:08:56 -07:00
View3D.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
View.cxx Adds text rendering and line rendering to WorldAnnotator 2017-09-17 15:10:40 -07:00
View.h Adding ability to modify axis color as well as legend label color. 2017-08-02 12:32:19 -04:00
Wireframer.h Clear framebuffer to black instead of white. 2017-08-29 15:03:00 -07:00
WorldAnnotator.cxx Removes font management from WorldAnnotator and relies on Canvas 2017-09-18 14:41:28 -07:00
WorldAnnotator.h Removes font management from WorldAnnotator and relies on Canvas 2017-09-18 14:41:28 -07:00
WorldAnnotatorGL.cxx Adds text rendering and line rendering to WorldAnnotator 2017-09-17 15:10:40 -07:00
WorldAnnotatorGL.h Removes font management from WorldAnnotator and relies on Canvas 2017-09-18 14:41:28 -07:00