vtk-m2/vtkm
Manish Mathai 3210e50209 Adds an small Z offset to the wireframe edges to solve z-fights
This commit solved z-fighting issues with two changes:
- A small offset, proportional to distance between near and far planes, is
applied in camera space to the edges.
- The minimum screenspace offset is increased as well for the same reason.
A new test case is added for uniform grids.
Additionally, the line plotting algorithm is changed to round off the
edge endpoints to fill in empty pixels seen on uniform grids.
2017-08-29 14:55:24 -07:00
..
benchmarking Update CellToPoint worklets 2017-08-04 12:43:26 -04:00
cont Adds WorkletPointNeighborhood and DispatcherPointNeighborhood types. 2017-08-23 16:42:00 -04:00
exec Merge topic 'cononical-face-edge-ids' 2017-08-24 19:00:21 -04:00
filter Re-add IsValid to Result. 2017-08-24 14:25:45 -04:00
internal Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
interop Ensure array's device is valid before interop. 2017-08-24 15:02:46 -04:00
io Merge branch 'master' of gitlab.kitware.com:dpugmire/vtk-m 2017-07-28 10:07:37 -04:00
rendering Adds an small Z offset to the wireframe edges to solve z-fights 2017-08-29 14:55:24 -07:00
testing Merge topic 'cononical-face-edge-ids' 2017-08-24 19:00:21 -04:00
worklet Merge topic 'cononical-face-edge-ids' 2017-08-24 19:00:21 -04:00
.gitattributes clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
Assert.h VTKM_ASSERT when disabled will still 'use' the input variables. 2017-08-10 15:37:35 -04:00
BaseComponent.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
BinaryOperators.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
BinaryPredicates.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
Bounds.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
CellShape.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
CellTraits.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
CMakeLists.txt Add hash function 2017-08-24 10:02:18 -06:00
Hash.h Add hash function 2017-08-24 10:02:18 -06:00
ListTag.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
Math.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
Math.h.in Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
Matrix.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
NewtonsMethod.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
Pair.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
Range.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
RangeId3.h Add vtkm::RangeId and vtkm::RangeId3 2017-05-30 16:32:52 -04:00
RangeId.h Add vtkm::RangeId and vtkm::RangeId3 2017-05-30 16:32:52 -04:00
StaticAssert.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
TopologyElementTag.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
Transform3D.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
TypeListTag.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
Types.h Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into pics_unittests 2017-08-10 16:18:18 -04:00
TypeTraits.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnaryPredicates.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
VecAxisAlignedPointCoordinates.h Refactor VecRectilinearPointCoordinates. 2017-07-07 13:49:35 -04:00
VecFromPortal.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
VecFromPortalPermute.h clang-format: apply to the entire tree 2017-05-25 07:51:37 -04:00
VectorAnalysis.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
VecTraits.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
VecVariable.h Respect VTK-m convention of parameters all or nothing on a line 2017-05-26 13:53:28 -04:00
Version.h.in Add Version.h header file 2017-01-26 10:33:42 -07:00