This project is mirrored from https://gitlab.kitware.com/vtk/vtk-m.git.
Pull mirroring updated .
- 13 Nov, 2015 4 commits
-
-
Ken Martin authored
Add in support for specifying different offsets for surfaces lines and points. Update some example to remove the specified polydata value as the defaults are better. Update a valid image due to lighting changes Add a test that has points lines and surfaces all drawn on top of each other.
-
Ken Martin authored
0d817ed4 Fix for bug 15830 Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !897
-
Ken Martin authored
a8a45720 Changed the formatting of if/else 56fffa2f Fixed scissor if it is disabled for OPENGL backend 1de4a32f Fixed multiple include 85ce2425 Fixed scissor if it is disabled 096a56d7 Expose scissor for OpenGL2 backend 7593e1fa Fixed some minor issues 1a7ef12b Expose scissor parameters in vtkCamera Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ken Martin <ken.martin@kitware.com> Merge-request: !882
-
Antonella Cascitelli authored
-
- 12 Nov, 2015 18 commits
-
-
Corona, Thomas Joseph authored
82bc55f7 metaio: update to master fc353767 metaio: update to master 5970e58c Setting up third party submodule script for MetaIO Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !699
-
David Gobbi authored
a4fa4480 Remove the toupper macro defined by Python.h. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !906
-
Ben Boeckel authored
f3cb6c98 vtkWrap{Java,Tcl}: fail if there is no class to wrap Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David Gobbi <david.gobbi@gmail.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !893
-
Ben Boeckel authored
127573c9 ThirdParty: always use a subtree option for merging Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !905
-
Corona, Thomas Joseph authored
-
Code extracted from: https://github.com/Kitware/MetaIO.git at commit 1ad021e01a9a39abaa718463daea7c11e843e96e.
-
Corona, Thomas Joseph authored
-
David Gobbi authored
The Python pyport.h header defines macros for toupper and other ctype functions when compiled with __APPLE__ defined. These macro definitions are problematic for C++ in general, and cause compile errors with modern compilers.
-
Ben Boeckel authored
-
Ben Boeckel authored
7d76412c warnings: ignore std::exception inheritence warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !901
-
Lipsa, Dan authored
293b9d66 Cache function value in local variable. 5c9af256 BUG: GetCellGhostArray does string comparison if CellGhostArray is NULL. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Berk Geveci <berk.geveci@kitware.com> Merge-request: !884
-
David E DeMarle authored
Added another missing newline at eof See merge request !903
-
Sean McBride authored
-
Antonella Cascitelli authored
-
Ben Boeckel authored
C4275 is kind of a silly error anyways since this is how C++ is supposed to work, but Windows is pedantic and says it isn't nice. Not sure how you're supposed to deal with this warning other than ignoring it.
-
Antonella Cascitelli authored
-
Antonella Cascitelli authored
-
Ortosoft Marcin Adamczyk authored
Texture creation does not unbind the active texture anymore. Reasoning: Sometimes render methods created new textures, unbinding the textures set before the render call. It was mostly the case with the depth peeling pass, where 'opaqueZ' depth buffer was sometimes unbound preventing drawing the transparent objects.
-
- 11 Nov, 2015 11 commits
-
-
Ben Boeckel authored
9bce1524 vtkWebGLObject: use size_t for renderer id type Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !894
-
Ben Boeckel authored
-
Ben Boeckel authored
54736d8b ThirdParty: ignore commit hooks when committing e31dea42 ThirdParty: remove -v to rmdir 1820c4a7 ThirdParty: use the subtree option to git Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !886
-
Ben Boeckel authored
The third party repo may not be VTK-hook clean.
-
Ben Boeckel authored
OS X doesn't support the flag.
-
Ken Martin authored
762f0fd2 Update docs on how to build ios android examples Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !896
-
Ken Martin authored
Just updating some documentation
-
Sean McBride authored
8d74916b Added back newline at eof removed in 4398c9ca Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !895
-
Corona, Thomas Joseph authored
c6ee5702 Fix vtkNewickTreeReader to read trees of type (A,B,C)D; Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Zack Galbreath <zack.galbreath@kitware.com> Acked-by:
Jeff Baumes <jeff.baumes@kitware.com> Merge-request: !595
-
Sean McBride authored
Fixes hundreds of warnings.
-
Lipsa, Dan authored
gcc does not optimize this.
-
- 10 Nov, 2015 1 commit
-
-
Ben Boeckel authored
The file should be excluded instead.
-
- 09 Nov, 2015 6 commits
-
-
Ben Boeckel authored
8d6c2ce6 vtkWebGLExporter: bump the pointer down a level Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !890
-
Ben Boeckel authored
-
Ben Boeckel authored
f69042b6 vtkGDALRasterReader: add NumberOfPoints method Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
John Tourtellott <john.tourtellott@kitware.com> Merge-request: !881
-
Ben Boeckel authored
9b2c8599 vtkWebGLExporter: use size_t as storage for pointers 01afeb29 vtkWebGLExporter: use vtkActor* as the key 8fca3ff9 vtkMergeFields, vtkSplitField: use strncpy Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !883
-
Antonella Cascitelli authored
-
Antonella Cascitelli authored
-