- 08 Sep, 2010 1 commit
-
-
François Bertel authored
vtkLineIntegralConvolution2D_fs1.glsl was using bReset in an expression to compute tcord0. As it was not a conditional, there was a texture fetch on a uninitialized texture. The result could be NaN or undefined and this value multiplied by (1-bReset) would lead to a NaN or undefined result that would propagate to the final value of tcord0 even if the actual value of (1-bReset) is 0. The fix is to use a conditional statement instead.
-
- 14 Jun, 2010 1 commit
-
-
Bill Lorensen authored
-
- 27 May, 2010 1 commit
-
-
François Bertel authored
-
- 18 May, 2010 2 commits
-
-
David Partyka authored
1) Currently the class does not support the "normalIndex" field. It assumed that the number of normals matched the number or vertex. The "normalIndex" field was ignored. The code has been changed to process the normals the same as the "tcoords" in that it correctly maps the normals to the vertex points. 2) The "colorIndex" field always assumed that the colors are ColorsPerVertex. Actually it can be specified by colors per vertex or colors per face. The code was changed that if the number of color index values match the number of faces it maps the colors by face and not be vertex. 3) The "rotation" command in the "Transform" keyword is not supported. This was not added but should be noted as a bug.
-
David Partyka authored
1) Currently the class does not support the "normalIndex" field. It assumed that the number of normals matched the number or vertex. The "normalIndex" field was ignored. The code has been changed to process the normals the same as the "tcoords" in that it correctly maps the normals to the vertex points. 2) The "colorIndex" field always assumed that the colors are ColorsPerVertex. Actually it can be specified by colors per vertex or colors per face. The code was changed that if the number of color index values match the number of faces it maps the colors by face and not be vertex. 3) The "rotation" command in the "Transform" keyword is not supported. This was not added but should be noted as a bug.
-
- 02 Mar, 2010 2 commits
- 10 Feb, 2010 1 commit
-
-
Zhanping Liu authored
-
- 08 Feb, 2010 1 commit
-
-
Zhanping Liu authored
-
- 04 Feb, 2010 1 commit
-
-
Zhanping Liu authored
LIC tests. Also added were the datasets and baseline images used by the LICtests.
-
- 29 Sep, 2009 1 commit
-
-
Nathan authored
ENH: Basic test for the implicit arrays. Need to find a better data set to test the split file part
-
- 20 May, 2009 2 commits
-
-
Dave Partyka authored
-
Dave Partyka authored
-
- 13 Apr, 2009 1 commit
-
-
Dave Partyka authored
-
- 06 Apr, 2009 1 commit
-
-
Dave Partyka authored
-
- 18 Feb, 2008 1 commit
-
-
David Cole authored
-
- 16 Feb, 2008 1 commit
-
-
Will Schroeder authored
-
- 02 Feb, 2008 1 commit
-
-
Will Schroeder authored
-
- 19 Nov, 2007 1 commit
-
-
Karthik Krishnan authored
-
- 01 Dec, 2006 1 commit
-
-
David Thompson authored
COMP: Enable a test that was disabled along with the compilation of the class 2 revisions or so ago.
-
- 28 Nov, 2006 2 commits
-
-
David Cole authored
-
Andy Cedilnik authored
-
- 25 Oct, 2006 1 commit
-
-
Christian Charles authored
-
- 23 Oct, 2006 1 commit
-
-
Christian Charles authored
-
- 03 Oct, 2006 1 commit
-
-
David Cole authored
-
- 28 Aug, 2006 1 commit
-
-
Karthik Krishnan authored
-
- 13 Aug, 2005 1 commit
-
-
Brad King authored
ENH: Adding try/catch around the call to a test in VTK C++ test driver executables. This will produce better output from tests that exit with an exception. Also replaced vtkSuppressCrtDbgWarning.h with more general vtkTestDriver.h and improved the warning suppression technique.
-
- 01 Jul, 2005 1 commit
-
-
Will Schroeder authored
ENH:Added VTK/Widgets directory; moved widgets from Hybrid/;removed VTK_USE_HYBRID,VOLUMERENDERING CMake variables
-
- 26 Jul, 2004 1 commit
-
-
Ken Martin authored
-
- 26 May, 2004 1 commit
-
-
Dean Inglis authored
-
- 19 Apr, 2004 1 commit
-
-
Ken Martin authored
-
- 30 Dec, 2003 1 commit
-
-
Dean Inglis authored
-
- 18 Dec, 2003 1 commit
-
-
Ken Martin authored
-
- 27 Mar, 2003 1 commit
-
-
Brad King authored
-
- 15 Jan, 2003 1 commit
-
-
Andy Cedilnik authored
-
- 08 Dec, 2002 1 commit
-
-
Yves Starreveld authored
-
- 07 Nov, 2002 2 commits
-
-
David Gobbi authored
-
Dean Inglis authored
-
- 04 Nov, 2002 1 commit
-
-
Berk Geveci authored
-
- 15 Oct, 2002 1 commit
-
-
Ken Martin authored
-