- Aug 12, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- This example has a simple `main` function which sets up the VTK pipeline using vtkTableBasedClipDataSet. - It shows how one might leverage the vtkAlgorithm abort functionality because now all the VTK rendering and processing is offloaded into a web worker leaving the main thread free to go and set the abort flag. - In this example, the abort flag is set whenever user mouses down and moves the cursor on the canvas. As soon as the mouse is released, the abort flag is reset.
-
9cf1108e Upload test baseline 369996df Add changelog 5e692546 Add vtkImplicitConeWidget test 0ec01b7a Introduce cone implicit widget Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Merge-request: !11330
-
11a016ac GLTFImporter: Add testing for invalid image 4a1bdcab GLTFImporter: Fix a potential when creating textures Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ryan Krattiger <ryan.krattiger@kitware.com> Merge-request: !11385
-
Kitware Robot authored
-
- Aug 11, 2024
-
-
Kitware Robot authored
-
- Aug 10, 2024
-
-
Mathieu Westphal (Kitware) authored
-
5f91b59a Ignore EMSCRIPTEN_EVENT_KEYPRESS events in wasm interactor b83c393b Fix mouse coordinates in hi-dpi screens Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Acked-by:
Andrew Maclean <andrew.amaclean@gmail.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11384
-
387bf5dc Remove unnecessary assert 4c6d4997 Add missing header for stringstream 7d0a35b0 Fix redundant string initialization 17193b9a Fix -Wparentheses in vtkWebGPURenderer.cxx 8c8645e6 Use erase-remove-if idiom correctly to remove range of BGLs 7ff9fc84 Fix -Wdangling-gsl in vtkWebGPUComputePassBufferStorageInternals.cxx 31e2ee15 Fix -Winconsistent-missing-override warning in RenderingWebGPU module 9b05c923 Fix python wrapper compilation error for webgpu module Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11381
-
Mathieu Westphal (Kitware) authored
-
Kitware Robot authored
-
- Aug 09, 2024
-
-
Jaswant Panchumarti (Kitware) authored
- ignore it so that the warning about unhandled events doesn't appear in console. - the `EMSCRIPTEN_EVENT_KEYDOWN` immediately follows the keypress event and we handle that one.
-
Jaswant Panchumarti (Kitware) authored
- closes vtk/vtk-examples#17 - multiplies the mouse and touch X,Y coordinates with the device pixel ratio to account for a browser zoom setting or operating system wide zoom setting. - the multiplication with `devicePixelRatio` was lost in the SDL2->emscripten refactor done in vtk/vtk@540986cd
-
-
14305452 Merge branch 'upstream-ioss' into update-ioss-exonull 863a314d ioss 2024-08-08 (0dda1fa8) b81ec74a ioss: update.sh Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11378
-
14305452 Merge branch 'upstream-ioss' into update-ioss-exonull 863a314d ioss 2024-08-08 (0dda1fa8) b81ec74a ioss: update.sh Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11378
-
Jaswant Panchumarti (Kitware) authored
- assert on a stack variable does not seem useful
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- modifies declaration of `actor` such that it is only valid inside the while loop's scope.
-
Jaswant Panchumarti (Kitware) authored
- also resolves compiler warning -Wunused-result
-
Jaswant Panchumarti (Kitware) authored
- Addresses the warning "object backing the pointer will be destroyed at the end of the full-expression" by taking the std::string instead of the underlying char*
-
Jaswant Panchumarti (Kitware) authored
- adds override at the end of `PrintSelf` function declarations
-
Jaswant Panchumarti (Kitware) authored
- adds missing include for weak pointer's template arg. - otherwise the python wrapper for this class failed to compile saying that the weakpointer's template argument is incomplete.
-
cbabf2f4 Fix wasm upload jobs Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11379
-
Spiros Tsalikis authored
# By Seacas Upstream * upstream-ioss: ioss 2024-08-08 (0dda1fa8)
-
Code extracted from: https://gitlab.kitware.com/third-party/seacas.git at commit 0dda1fa8d652ec7cfd9949802e147a788463989b (ioss/for/vtk-20240808-v2024-06-27).
-
Spiros Tsalikis authored
-
Kitware Robot authored
-
- Aug 08, 2024
-
-
0116de39 Use Lib, not bin/Lib, for site-packages on MSVC Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !11368
-
David Gobbi authored
This matches the directory used by setuptools, as specified in _distutils/sysconfig.py for the "nt" platform. Ensure that capitalization (Lib vs lib) is consistent with CMAKE_INSTALL_LIBDIR.
-
Jaswant Panchumarti (Kitware) authored
- Use cmake script to download node, the shell script was removed. - Merge the wasm upload job and use `WASM_WORDSIZE` env var to distinguish between 32/64 bit
-
Léon Victor authored
-
Léon Victor authored
-
Léon Victor authored
-
Léon Victor authored
-
Kitware Robot authored
-
- Aug 07, 2024
-
-
c4c62362 vtkTemporalShiftScale: avoid floating point round-off Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11350
-
bf592b8a vtkVRCollaborationClient: Support sharing navigation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11335
-
127865f6 Fix segfault in X interactor when display is null Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11372
-
ed83131c Make vtkProbeOpenGLVersion user friendly on windows. Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11371
-