StaticMeshPlugin: A ParaView plugin to take benefit from transient dataset with fixed geometry
StaticMeshPlugin: A ParaView plugin to take benefit from transient dataset with fixed geometry … Read More
StaticMeshPlugin: A ParaView plugin to take benefit from transient dataset with fixed geometry … Read More
On Wednesday, May 6, 2020, Kitware organized an online ParaView Hackathon. It was open to anyone, Kitwarean or not, programmer or not. The objectives of … Read More
In recent years ParaView has been enriched with several views for the analysis of ensembles of curves. In this post we overview the use of … Read More
Introduction Recently high-order finite element methods initially introduced in the research community such as discontinuous Galerkin (DG) [7, 5, 6] and flux reconstruction (FR) [10, … Read More
There have been new features added to the color map editor (View -> Color Map Editor) of ParaView. These changes are available in ParaView nightly … Read More
Data Structure An explicit structured grid is a new data structure in VTK sharing properties of both structured and unstructured grids. This new dataset is … Read More
Introduction Until VTK 8.2, surface shading through the vtkPolyDataMapper is computed using the Phong reflectance model. While it achieves plausible results, it requires the user … Read More
Context Nowadays, it is quite common to have access to a device capable of displaying 360° scenes like VR headsets, planetarium/dome screens or a simple … Read More
The glTF file format glTF is an API-neutral royalty-free specification for the efficient transmission and loading of 3D scenes and models by applications. It is … Read More
Context There are two common techniques in computer graphics to render surface geometries: Rasterization and Raytracing. By default, ParaView uses the Rasterization technique with OpenGL to … Read More