MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001597 | VTK | (No Category) | public | 2005-02-15 19:40 | 2011-01-13 17:00 |
Reporter | sslee | ||||
Assigned To | Mathieu Malaterre | ||||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Project | |||||
Type | |||||
Summary | 0001597: Inconsistency in face orders of vtkWedge and vtkQuadraticWedge | ||||
Description | Hello, I've found that the face order of a quadratic wedge is different from that of a wedge. in vtkWedge.cxx, we see, static int faces[5][4] = { {0,1,2,-1}, {3,5,4,-1}, // <-- Triangles are first {0,3,4,1}, {1,4,5,2}, {2,5,3,0} }; and in vtkQuadraticWedge.cxx, we see, static int WedgeFaces[5][8] = { {0,3,4,1,12,9,13,6}, // <-- Quads are first {1,4,5,2,13,10,14,7}, {2,5,3,0,14,11,12,8}, {0,1,2,6,7,8,0,0}, {3,5,4,11,10,9,0,0}}; I think that this should be modified for them to have consistency. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-11-29 17:59 | Mathieu Malaterre | Source_changeset_attached | => VTK master 289f6813 | ||
2011-01-13 17:00 | Source_changeset_attached | => VTK master a2bd8391 | |||
2011-01-13 17:00 | Source_changeset_attached | => VTK master 020ef709 | |||
2011-06-16 13:11 | Zack Galbreath | Category | => (No Category) |
Notes | |||||
|
|||||
|
|