- Apr 05, 2023
-
-
Jaswant Panchumarti (Kitware) authored
- resize window in `onRuntimeInitialized` handler - place keys in single-quotes so that closure compiler works - this example doesn't expose bindings so no need to call exported function to create an instance.
-
Jaswant Panchumarti (Kitware) authored
- SDL2 render window and interactor are the default object factory overrides in VTK-wasm
-
Jaswant Panchumarti (Kitware) authored
- DEBUGINFO controls function readability in browser dev tools. - OPTIMIZE controls bytecode size and js minification. - Modularize and export only when C++ gets wrapped.
-
3db36221 RenderingWebGPU: Adapt cone benchmark with cell colors 88c6d304 vtkWebGPUPolyDataMapper: Redo buffer uploads using writeBuffer dec42239 RenderingWebGPU: Add python tests only when python wrappings are built bb226178 vtkWebGPUPolyDataMapper: refactor edge array computation for polygons Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10117
-
0f4d99b5 Rework vtk3DCursor API for modifying the cursor shape Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Charly Bollinger <charly.bollinger@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Merge-request: !10107
-
c8e7fded vtkPolarAxesActor: Fix radial axis property b5ea15e1 vtkPolarAxesActor: Re-add and deprecate functions Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10116
-
8dee5176 Revert "Merge topic 'remove_DART_TEST_FROM_DART'" Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !10115
-
Kitware Robot authored
-
- Apr 04, 2023
-
-
Jaswant Panchumarti (Kitware) authored
- apply randomized colors for each cone face. - extend the emscripten example with cell colors.
-
Jaswant Panchumarti (Kitware) authored
- turns out `writeBuffer` is the best way to efficiently upload data to device on wasm since emscripten doesn't make another copy on the wasm heap when `writeBuffer` is used.
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Thomas Galland authored
You can now choose a cursor shape from presets with the SetCursorShape method. You can also choose a custom cursor shape by choosing the "CUSTOM" shape option and provide your own actor.
-
Charly Bollinger authored
Condition was inverted for last radial axis property setting. Update data for test as properties are now correct. Also tweak test.
-
08d2809e Update shader cache with shader module 16737e0c Update README with references to webgpu 1eba59db Actor block buffer is atleast 256 bytes. af9a8cce Get render bundles working 6bfe6210 Destruct wgpu handles correctly Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !10110
-
Charly Bollinger authored
Removed by mistake, now is deprecated instead.
-
Julien Fausty authored
This reverts commit 65037a2d, reversing changes made to de8d861f. This change was causing a test to fail in ParaView so reverting it for now until it can be investigated fully.
-
Kitware Robot authored
-
- Apr 03, 2023
-
-
6ef38e34 vtkFFT: Make output canal consistent 06684620 vtkFFT: Add octave frequencies tests 9ac8fa50 vtkFFT: Add GetOctaveFrequencyRange documentation b8f0d695 vtkFFT: Add function to get octave band frequencies Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Julien Fausty <julien.fausty@kitware.com> Reviewed-by:
Mathieu Westphal <mathieu.westphal@kitware.com> Merge-request: !10101
-
be792b73 vtkWrapPython: use ABI-stable PyList APIs e017f565 vtkPythonUtil: remove Python2-ism 97f7a18c PyVTKEnum: use a flag to disable instantiation of enums 3ff147db Wrapping/PythonCore: ask Python if we have a buffer f299e89d Wrapping/Python: use API access for `tp_flags` 1451d9f8 Wrapping/Python: use API access for `tp_name` 5e9d9943 Wrapping/PythonCore: use slots for number access 3644d8c0 Wrapping/PythonCore: use slot access for sequence methods ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Tested-by:
David Gobbi <david.gobbi@gmail.com> Merge-request: !10111
-
42c15f07 vtkPolarAxesActor: Add changelog about improvements ee893661 vtkPolarAxesActor: Init in header and clean vars 9c03cee1 vtkPolarAxesActor: Update test data 6bb5979f vtkPolarAxesActor: Improve polar axes and ticks handling 6e22b3f4 vtkAxisActor: Make text offsets variable and title vectorial 4ef4816f vtkPolarAxesActor: Make polar arc resolution variable 3cde33d9 vtkPolarAxesActor: Add radius / tick size ratio faac7212 vtkPolarAxesActor: Improve radial axes and ticks handling ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Merge-request: !10072
-
Charly Bollinger authored
-
Charly Bollinger authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
-
Ben Boeckel authored
Python 3.10 added support for querying static types via slots, so continue to use direct access for older versions.
-
Kitware Robot authored
-
- Apr 02, 2023
-
-
Kitware Robot authored
-
- Apr 01, 2023
-
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
-
Jaswant Panchumarti (Kitware) authored
- this is necessary when there are no actors in the scene. - technically it should be atleast the value of minUniformBufferOffsetAlignment of the `wgpu::Device`.
-
Jaswant Panchumarti (Kitware) authored
- The large actor ubo is allocated and written for all view props, not just the culled ones as done before. - The render bundles and dynamic offsets are cached and reused. - On emscripten, render bundles are on by default, because of significant gains in performance. - On native, render bundles are turned off by default, because, I haven't profiled the renderer.
-
Jaswant Panchumarti (Kitware) authored
- It is somewhat a misnomer in the wgpu C++ API. `Release` does not decrement the reference count. See Dawn bug: https://crbug.com/dawn/1639 - Assign `nullptr` to the handle so that the destructor runs.
-