- Aug 29, 2017
-
-
David E. DeMarle authored
-
David E. DeMarle authored
-
David E. DeMarle authored
-
David E. DeMarle authored
-
- Aug 24, 2017
-
-
Sankhesh Jhaveri authored
Merge topics 'close_window_example', 'sliderwidget_multipleviewports', 'buttonwidget_multipleviewports', 'fix_multisampling_off', 'fix-delta-depth-peeling', 'mtimetypekey', 'reparenting_QVTKWidget', 'fix-QVTKWidget-compile', 'FixDataArrayFiniteRange' Merge topic 'close_window_example' 9a9f9170 Unmap Xlib window when it is finalized without terminating app Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: David E. DeMarle <dave.demarle@kitware.com> Merge-request: !3155 Merge topic 'sliderwidget_multipleviewports' 2fed1cb0 Test for slider widget with multiple viewports d0e606ba Fix slider widget with multiple viewports Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Will Schroeder <will.schroeder@kitware.com> Merge-request: !3150 Merge topic 'buttonwidget_multipleviewports' 94a570ec New test for button widget with multiple viewports 25484dd3 Bring back the button widget test 8e970f44 Fix button widget when used with multiple viewports Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Will Schroeder <will.schroeder@kitware.com> Merge-request: !3148 Merge topic 'fix_multisampling_off' 0f7d3f38 Set number of samples to 0 if 1 is requested Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !3015 Merge topic 'fix-delta-depth-peeling' 72018432 Matched depth tolerance value to that one of vtkDepthPeelingPass. Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: David Lonie <david.lonie@kitware.com> Merge-request: !3011 Merge topic 'mtimetypekey' 73e16c30 Remove second information object in vtkDataArray. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2837 Merge topic 'reparenting_QVTKWidget' 0023fa45 Included version check as suggested by Jean-Christophe 4f6e755f Added test c5902e18 Fixes reparenting bug of QVTKWidget Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2712 Merge topic 'fix-QVTKWidget-compile' 2dc1264b QVTKWidget: Fix compilation with Qt 5 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2969 Merge topic 'FixDataArrayFiniteRange' 0fc82734 Fix DataArray Finite Range Information Key Acked-by: Kitware Robot <kwrobot@kitware.com> Reviewed-by: Robert Maynard <robert.maynard@kitware.com> Merge-request: !2950
-
Tehre was a typo in DataArray when generating Finite Range
-
Fix the preprocessor condition added by commit 0023fa45 (Included version check..., 2017-05-29) to end on a balanced {} block.
-
Range and FiniteRange are stored in the same information object. vtkDataArray::Modified() deletes outdated values.
-
This corrects z-fighting artifacts appearing when two layers of goemetry are too close.
-
Some graphics drivers report the number of samples as 1 when multisampling is off. Set the number of samples to 0 in this case to ensure that a non-multisampling storage format is allocated for the FBO renderbuffer. Doing so avoids problems in code that attempts to read from the FBO with glCopyTexImage2D, which fails if the FBO is bound to a renderbuffer with multisampling enabled.
-
- Aug 23, 2017
-
-
Alvaro Sanchez authored
vtkOpenGLRenderPass provides the number of activated DrawBuffers in case the mapper needs to change the targets during rendering. GPUVolumeRCMapper for instance, in some cases, renders to an internal FBO in order to reduce the number of casted rays. Conflicts: Rendering/OpenGL2/vtkDualDepthPeelingPass.cxx Included changes in the base class (Rendering/OpenGL2/vtkDepthPeelingPass.*) required for this patch in DualDepthPeeling.
-
Alvaro Sanchez authored
When an internal FBO (reduced in size) is used by the volume mapper, fragment coordinates need to be scaled to the original size in order to fetch correct texture values. Additional targets may be required when rendering the final quad to output depending on the current render stage in the RenderPass (e.g. Peeling needs 2 to render front and back buffers while AlphaBlending only one).
-
- Aug 18, 2017
-
-
Robert Maynard authored
-
- Aug 16, 2017
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
Prior to this change, when Finalize() was called on the window, its event loop was terminated and it would remain on screen as a grayed out window. This change ensures that the window is unmapped properly when it is not owned by itself.
-
- Aug 15, 2017
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
The test was disabled when deprecating volume texture mapper.
-
Sankhesh Jhaveri authored
vtkTexturedButtonRepresentation2D is a composite representation that uses vtkBalloonRepresentation internally. The representation would need to compensate the active viewport origin when deciding whether the button was clicked.
-
- Jun 26, 2017
-
-
David E. DeMarle authored
-
David E. DeMarle authored
-
David E. DeMarle authored
-
Xabi authored
-
- Jun 23, 2017
-
-
Sankhesh Jhaveri authored
If the filename is set to foo.obj, the default filename is set to foo.obj.mtl if it exists.
-
- Jun 22, 2017
-
-
Sankhesh Jhaveri authored
-
- Jun 14, 2017
-
-
Sankhesh Jhaveri authored
-
Sankhesh Jhaveri authored
-
- Jun 07, 2017
-
-
David E. DeMarle authored
-
David E. DeMarle authored
-
Sankhesh Jhaveri authored
Merge branches '17044_FixOBJMultiTextureNameAndRelativeIndices', 'deprecate-unused-modules', 'more-tweaks-to-ospray-epsilon', 'qvtkopenglwidget_fixes1', 'qvtkopenglwidget_fixes', 'smaller_opengl', 'some-java-fix', 'thirdparty_install_fix' and 'x-override' into release
-
-
the aoepsilon shouldn't have been based on the log also fix that we were caculating but not using the diagonal
-
- Jun 01, 2017
-
-
Shawn Waldon authored
-
Shawn Waldon authored
-
Berk Geveci authored
-
Louis Amore authored
-
- May 30, 2017
-
-
Utkarsh Ayachit authored
QVTKOpenGLWidget now propagates device pixel ratio, widget size, and widget position to the render window and interactor in `recreateFBO`. That method gets called when these parameters are changed through various scenarios e.g widget resize, opengl context change, screen change, etc.
-
- May 29, 2017
-
-
Sebastien Jourdain authored
This should fix bug #16974
-
Fabian Wenzel authored
-
Fabian Wenzel authored
-