- Sep 14, 2016
-
-
Sankhesh Jhaveri authored
-
- Sep 08, 2016
-
-
Sankhesh Jhaveri authored
Added tests for both dependent and independent
-
Sankhesh Jhaveri authored
Volume property allows the lighting parameters like ambient coefficient, diffuse, specular, etc. per component. Added support for these per-component parameters to the volume mapper.
-
03fbe36a COMP: vtkModelMetaData memory leaks Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !1920
-
9d20b8f5 Turn off anti-aliasing in quadraticIntersection test. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1915
-
Bill Lorensen authored
Valgrind detected memory leaks for NodeSetIds and NodeSetSize. This patch FREE's these ivars in FreeAllIvars.
-
d49f5ee3 16834: Fix warnings in vtkWebGLExporter Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1855
-
55282449 Add TestOSPRayRendererType; add 't' command for OSPRay tests 36878f3d Doxygen comments and other cleanup 5388c05a Allow selecting scivis vs pathtracer for OSPRay Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !1889
-
8db1e79a Use override/final/=delete anytime the compiler supports them Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1902
-
4e9bcb6b Fix typo in vtkMPIImageReader. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Reviewed-by:
T.J. Corona <tj.corona@kitware.com> Merge-request: !1910
-
T.J. Corona authored
Closes #16820
-
8a45dabc Merge branch 'upstream-tiff' into update-tiff-20160907 ebbd4f2f tiff 2016-09-07 (ecb008f9) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1912
-
8823c552 16842: Fix reslice SplitMode, Stencil incompatibility Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Sean McBride <sean@rogue-research.com> Merge-request: !1913
-
Michael Fogleman authored
-
Michael Fogleman authored
-
Michael Fogleman authored
-
f84ff950 add TestOSPRayOrthographic 6924a334 Support parallel project in OSPRay Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !1827
-
209bb0a3 some tweaks and fixes for VR Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !1906
-
Cory Quammen authored
Warnings were about casts truncating pointer values. Fixes 16834.
-
- Sep 07, 2016
-
-
David Gobbi authored
This commit fixes #16842 for vtkImageReslice. If GenerateStencilOutput is On, then stencil->InsertNextExtent() is called when vtkImageReslice's execute method completes a row, but if a row has been split among more than one piece, the stencil will be corrupted. It's only when SplitMode is "Block" that this is likely to occur. The fix used here is to detect when rows might be split, and to adjust the split mode so that it won't occur if GenerateStencilOutput is On.
-
Ben Boeckel authored
* upstream-tiff: tiff 2016-09-07 (ecb008f9)
-
Code extracted from: https://gitlab.kitware.com/third-party/tiff.git at commit ecb008f9d6f40fa785635174c043829d67521fb1 (for/vtk).
-
de0f3af2 update comments 19e52d66 new baselines for ospray latest 0a19fc81 Fix new vtk style check f7edf675 adding ospray init env arg 95909765 removing depth buffer realloc. Adding back conditional composite 00e4278a crash fix 4ac1e161 protect against no input to prevent crash 0414e8b3 fix unused var comp warnings ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1895
-
David DeMarle authored
-
David DeMarle authored
-
David C. Lonie authored
Number of values should be (numComps * numTuples), not (numComps + numTuples). Fixes paraview/paraview#16876.
-
David DeMarle authored
-
Carson Brownlee authored
-
d309ca87 Consider whether volume transform preserves orientation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1905
-
32c0145a vtkResampleWithDataSet pass input arrays Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1903
-
- Sep 06, 2016
-
-
Sujin Philip authored
Add PassCellArrays, PassPointArrays and PassFieldArrays options to vtkResampleWithDataSet filters.
-
Carson Brownlee authored
-
Carson Brownlee authored
-
Ken Martin authored
A few tweaks and fixes as detailed below. Remove the use of a physical scale factor in computing the camera transforms. Instead use the distance from the focal point to the camera as a metric. That distance will be mapped into one meter in the physical space. This fits the model of a camera dolly. This has the advantage of removing the scale factor that was being added into the World to View matrix. We generally assume there is not a scale in the world to view matrix and that was causing some issues with some shaders (such as imposters) Fix an issue where the scale was being added to the NormalMatrix The normal matrix should never have a scale. Adjust the scaling interaction to scale about a meter above the floor. This is more intuitive than scaling from the floor as an origin. Fix a bug in the Oculus code when a buffer submission failed with a resubmit success error code.
-
Michael Fogleman authored
-
Michael Fogleman authored
-
Shawn Waldon authored
This makes the VTK_USE_CXX11_FEATURES a flag that sets the CMAKE_CXX_STANDARD and CMAKE_CXX_STANDARD_REQUIRED flags rather than affecting vtkConfigure.h
-
- Sep 05, 2016
-
-
Max Smolens authored
This commit changes the OpenGL2 GPU volume renderer to consider whether the volume transform preserves orientation when orienting polygons. Before, nothing was rendered when the transform didn't preserve orientation, presumably due to backface culling. The legacy OpenGL volume renderer handles this case.
-
- Sep 02, 2016
-
-
ef8060e1 move the sphere and stick mappers from Chem to OpenGL2/CMakeLists Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !1901
-
Ken Martin authored
These mappers are useful for non chemistry applications so move them to the OpenGL2 directory
-