[vtkusers] an Error found in marhing wedge table in vtkCellWedge
이상수
clearlight at dreamx.net
Tue Nov 28 01:31:21 EST 2000
I thought I found a bug in marching wedge table...
check out the 26th case in marching wedge table.
I think it should be changed like the below....
I tested it and it worked well....
{{ 0, 7, 5, 7, 4, 5, 2, 0, 5, -1, -1, -1, -1}}, //25
//{{ 2, 0, 1, 2, 1, 5, 5, 1, 4, -1, -1, -1, -1}}, //26 // the previous case
{{ 6, 0, 1, 6, 1, 5, 5, 1, 4, -1, -1, -1, -1}}, //26 // changed by LSS
{{ 2, 1, 5, 5, 1, 4, -1, -1, -1, -1, -1, -1, -1}}, //27
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20001128/4fd292f0/attachment.htm>
More information about the vtkusers
mailing list