|
Notes |
|
|
(0012164)
|
|
Utkarsh Ayachit
|
|
2008-05-30 13:40
|
|
Added sphere widget. Box widget has already been added.
/cvsroot/ParaView3/ParaView3/Qt/Components/CMakeLists.txt,v <-- Qt/Components/CMakeLists.txt
new revision: 1.144; previous revision: 1.143
/cvsroot/ParaView3/ParaView3/Qt/Components/pq3DWidget.cxx,v <-- Qt/Components/pq3DWidget.cxx
new revision: 1.30; previous revision: 1.29
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSphereWidget.cxx,v <-- Qt/Components/pqSphereWidget.cxx
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqSphereWidget.h,v <-- Qt/Components/pqSphereWidget.h
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqSphereWidget.ui,v <-- Qt/Components/Resources/UI/pqSphereWidget.ui
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/filters.xml,v <-- Servers/ServerManager/Resources/filters.xml
new revision: 1.295; previous revision: 1.294
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/rendering.xml,v <-- Servers/ServerManager/Resources/rendering.xml
new revision: 1.297; previous revision: 1.296
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/utilities.xml,v <-- Servers/ServerManager/Resources/utilities.xml
new revision: 1.145; previous revision: 1.144 |
|
|
|
(0012195)
|
|
Alan Scott
|
|
2008-06-02 19:10
|
|
Is this really correct?
* Client/Server
* open disk_out_ref.exo, turn all variables on, apply.
* clip/ box/ scale = 0.6, 0.6, 0.6, click Inside Out, Apply.
Notice how rough the corners and bottom are... |
|
|
|
(0012212)
|
|
Ken Moreland
|
|
2008-06-03 10:28
|
|
|
I'm not saying it's correct, but I do think that has always been the behavior (even in ParaView 2.X). The reason for the rounding off of the corners is that the implementation uses an implicit function of a box to find inside/outside values at the points of each cell. I think if a cell is intersected, it is clipped based on a linear interpolation of the implicit function at the points, which is a pretty poor assumption at the edges and corners of the box. I'm not sure there is an easy way around the problem. |
|
|
|
(0012653)
|
|
Utkarsh Ayachit
|
|
2008-07-08 09:47
|
|
|
Marking resolved since the original issue referred to by this bug is indeed resolved. Feel free to add another bug if needed for the corner issue. |
|
|
|
(0012682)
|
|
Alan Scott
|
|
2008-07-09 16:56
|
|
|
Tested client/server. There are jagged edges on a box clip. This has been written up as bug number 7300 |
|