- 24 Feb, 2016 11 commits
-
-
Ken Martin authored
79cafcfc tcl test as well 51f7345f better and tighter options for clipping range Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1258
-
Ken Martin authored
aae92bb6 super small bug in opengl version query Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1270
-
Ken Martin authored
was retuning the wrong version 5.5 was a giveaway that something was wrong
-
Joachim Pouderoux authored
4f18cdc4 ScalarBar Missing Baseline Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Joachim Pouderoux <joachim.pouderoux@kitware.com> Merge-request: !1265
-
Ken Martin authored
forgot to update the tcl version
-
Will Schroeder authored
48588518 Work around test failure due to OpenGL2 not running on some machines Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1266
-
Ken Martin authored
516ffdda try for more recent opengl versions first Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1261
-
Andrew Bauer authored
ec4014d4 Moving the SupportsOpenGL call to parent class to avoid code duplication. 16120cba Initializing the object when SupportsOpenGL() is called. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1260
-
Ken Martin authored
The old automatic clipping range code always grew the bounds to be double the required bounds. With the zbuffer being so heavily nonlinear this was not a good for many situations. This topic alows you to control the bounds expansion to it can be much tighter which if you are calling ResetCameraClippiNgRange every time the camera changes it should be set to 0.0 not the default of 0.5.
-
Will Schroeder authored
-
Mathieu Westphal authored
-
- 23 Feb, 2016 13 commits
-
-
Will Schroeder authored
e5425ed8 Regression test image a13950ca New regression test images 7a31d165 Renamed filter for consistency bf20a5aa Pass input attribute data to output bdc02994 Cleaned up documentation 707da941 New class generates data from implicit function Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1259
-
Will Schroeder authored
4173dbea Proper pipeline behavior 045eac98 Test cleanup 956b5591 Refactored kernel API to support different basis eadf3ec1 Created new Filters/Points module ae3d4315 Preparation for reorganization e5c4dd6d Added new class for oriented gaussian distributions b92e2cbc Compiler warnings 0fb06f89 Compiler warnings ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1062
-
Andrew Bauer authored
-
Will Schroeder authored
-
Aashish Chaudhary authored
ed067864 Support external installation of FFMPEG Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1237
-
Ken Martin authored
try to get mnore recent OpenGL versions and then fall back to earlier version as needed.
-
Will Schroeder authored
-
Aashish Chaudhary authored
* Removed unused variables from the Find package * Using a macro for code reuse * Added new variable that could be set to specify path to FFMPEG Conflicts: CMake/FindFFMPEG.cmake IO/FFMPEG/CMakeLists.txt VTK needs toplevel include directory Conflicts: CMake/FindFFMPEG.cmake Updated find ffmpeg test to use newer variables (cherry picked from commit f568fa74c32202c44a07fcec389951c64ad3b15c) Conflicts: IO/FFMPEG/CMakeLists.txt Fixed wrong variable name (typo)
-
Will Schroeder authored
-
Ken Martin authored
3efcf7a7 revert non win32 code back 8024256d remove old MFC code and update vtkMFCWindow Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1250
-
Will Schroeder authored
-
Ken Martin authored
ba705430 copy lighting attribute in vtkProperty::DeepCopy Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1216
-
Joachim Pouderoux authored
c83e3a74 Adding missing baseline Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !1257
-
- 22 Feb, 2016 11 commits
-
-
Will Schroeder authored
-
Will Schroeder authored
-
Andrew Bauer authored
If the EGL render window object is not initialized before calling SupportsOpenGL() is called that method incorrectly returns false.
-
Will Schroeder authored
This new class can generate scalar and/or vector information from an implicit function. The generated scalar and vector arrays are added to the input dataset, which is just passed to the output.
-
Dan Lipsa authored
4b37fcd4 BUG: push_back may cause pointers to become invalid d3313b1b BUG #1777: lambert test creates mangled up image Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1249
-
David Gobbi authored
1e849019 Fix a vtkDICOMImageReader crash for empty SliceLocation. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !1253
-
Ken Martin authored
de5bdcb7 do not produce error message during abort Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1252
-
Joachim Pouderoux authored
6a3b1257 Adding an vtkEllipseArcSource Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1246
-
Ken Martin authored
looks like we do not need to change the generic code for opening a offscreen window
-
Mathieu Westphal authored
the current vtkArcSource is not sufficient for some usage this commit adds a vtkEllipseArcSource filter, controlled by a center, a normal, a major radius vector, start and segment angle, resolution, ratio, and output precision
-
Mathieu Westphal authored
-
- 21 Feb, 2016 2 commits
-
-
Ken Martin authored
9dad3d8b fix for missing define on OpenGL ES2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1247
-
Karsten Tausche authored
-
- 20 Feb, 2016 1 commit
-
-
David Gobbi authored
If the SliceLocation tag was present but empty, the reader would crash. This fix adds a check.
-
- 19 Feb, 2016 2 commits
-
-
Aashish Chaudhary authored
131d87ca Do not create objects every render frame Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1227
-
Ken Martin authored
The XML Reader wss sometimes producing error output when the user requested the read be aborted. This change makes the abort more silent.
-