- 28 Dec, 2019 2 commits
-
-
Patrick Avery authored
Signed-off-by:
Patrick Avery <patrick.avery@kitware.com>
-
Patrick Avery authored
This adds options to write polyLODs in a series of decreasing resolution directories. The directories do not get zipped here, but are intended to be zipped in subclasses, including the vtkPVWebExporter in ParaView. The zipped files are intended to be uploaded to the web, and with some new additions to VTK.js, they will be downloaded one at a time, which has the effect of increasing the resolution of the polydata in VTK.js over time. For the quadric clustering, the initial guess for the number of divisions may be improved upon, as well as some of the math involved. The goal is for each directory to be roughly 1/4 the size of the previous one, but it is not always straightforward to do when using the vtkQuadricClustering filter. Signed-off-by:
Patrick Avery <patrick.avery@kitware.com>
-
- 17 Dec, 2019 2 commits
-
-
Patrick Avery authored
If a texture has already been written out once, re-use it rather than writing it out again. This goes for texture LODs as well. Signed-off-by:
Patrick Avery <patrick.avery@kitware.com>
-
Patrick Avery authored
This includes a simple JPEG texture writer that saves the texture inside the .vtkjs file, and a texture LOD series writer that saves the textures as a series of decreasing resolution jpeg files intended to be uploaded to the web. The texture LOD files are saved outside of the .vtkjs file. Signed-off-by:
Patrick Avery <patrick.avery@kitware.com>
-
- 03 Jan, 2019 1 commit
-
-
Sebastien Jourdain authored
-
- 12 Dec, 2018 1 commit
-
-
Sebastien Jourdain authored
-