-
- Downloads
Add vtkWebGPUPolyDataMapper2D
- This new class implements `vtkPolyDataMapper2D` using webgpu shader program. - This commit also adds a unit test to verify the 2D webgpu polydata mapper works as expected. This test will need to be extended with texture mapping when textures are implemented in webgpu
Showing
- Documentation/release/dev/add-webgpu-based-2D-polydata-mapper.md 3 additions, 0 deletions...tation/release/dev/add-webgpu-based-2D-polydata-mapper.md
- Rendering/OpenGL2/vtkOpenGLPolyDataMapper2D.cxx 1 addition, 0 deletionsRendering/OpenGL2/vtkOpenGLPolyDataMapper2D.cxx
- Rendering/WebGPU/CMakeLists.txt 5 additions, 1 deletionRendering/WebGPU/CMakeLists.txt
- Rendering/WebGPU/Private/vtkWebGPUPolyDataMapper2DInternals.cxx 589 additions, 0 deletions...ing/WebGPU/Private/vtkWebGPUPolyDataMapper2DInternals.cxx
- Rendering/WebGPU/Private/vtkWebGPUPolyDataMapper2DInternals.h 169 additions, 0 deletions...ering/WebGPU/Private/vtkWebGPUPolyDataMapper2DInternals.h
- Rendering/WebGPU/Testing/Cxx/CMakeLists.txt 8 additions, 0 deletionsRendering/WebGPU/Testing/Cxx/CMakeLists.txt
- Rendering/WebGPU/Testing/Cxx/TestPolyDataMapper2D.cxx 105 additions, 0 deletionsRendering/WebGPU/Testing/Cxx/TestPolyDataMapper2D.cxx
- Rendering/WebGPU/Testing/Data/Baseline/TestPolyDataMapper2D.png.sha512 1 addition, 0 deletions...GPU/Testing/Data/Baseline/TestPolyDataMapper2D.png.sha512
- Rendering/WebGPU/Testing/Data/Baseline/TestPolyDataMapper2DCellScalarColorMapping.png.sha512 1 addition, 0 deletions...ine/TestPolyDataMapper2DCellScalarColorMapping.png.sha512
- Rendering/WebGPU/Testing/Data/Baseline/TestPolyDataMapper2DPointScalarColorMapping.png.sha512 1 addition, 0 deletions...ne/TestPolyDataMapper2DPointScalarColorMapping.png.sha512
- Rendering/WebGPU/vtkWebGPUObjectFactoryInit.cxx.in 5 additions, 0 deletionsRendering/WebGPU/vtkWebGPUObjectFactoryInit.cxx.in
- Rendering/WebGPU/vtkWebGPUPolyDataMapper2D.cxx 70 additions, 0 deletionsRendering/WebGPU/vtkWebGPUPolyDataMapper2D.cxx
- Rendering/WebGPU/vtkWebGPUPolyDataMapper2D.h 62 additions, 0 deletionsRendering/WebGPU/vtkWebGPUPolyDataMapper2D.h
- Rendering/WebGPU/wgsl/PolyData2D.wgsl 281 additions, 0 deletionsRendering/WebGPU/wgsl/PolyData2D.wgsl
- Rendering/WebGPU/wgsl/Utilities.wgsl 8 additions, 0 deletionsRendering/WebGPU/wgsl/Utilities.wgsl
Loading
Please register or sign in to comment