-
- Downloads
Improve vtkSelectVisiblePoints tolerance specification
Add the option to specify tolerance in world coordinates. It allows testing visibility when the tested points are visualized with glyphs. The glyphs always occlude the tested point, so a tolerance must be specified that is equal to the size of the point glyph. Size of the point glyph is known in world coordinate system, therefore it is necessary to specify the tolerance in world coordinate system.
Showing
- Rendering/Core/Testing/Cxx/CMakeLists.txt 1 addition, 0 deletionsRendering/Core/Testing/Cxx/CMakeLists.txt
- Rendering/Core/Testing/Cxx/TestSelectVisiblePoints.cxx 189 additions, 0 deletionsRendering/Core/Testing/Cxx/TestSelectVisiblePoints.cxx
- Rendering/Core/vtkSelectVisiblePoints.cxx 15 additions, 1 deletionRendering/Core/vtkSelectVisiblePoints.cxx
- Rendering/Core/vtkSelectVisiblePoints.h 16 additions, 1 deletionRendering/Core/vtkSelectVisiblePoints.h
Please register or sign in to comment