Giter VIP home page Giter VIP logo

Comments (3)

ondys avatar ondys commented on May 18, 2024
  1. Based on your description, compressing VTK data should be possible as long as vtkCellArray represent connectivity of triangular meshes (Draco doesn't support general polygons). Currently we have importers only for .OBJ and .PLY, but we plan to add support for more formats in future. In case you don't want to wait for us, we always welcome any pull requests that would add support for additional formats. An example how to create a mesh from generic data has been shown in this issue: #15 . Additional examples would be our OBJ and PLY decoders.

  2. As for the javascript, it is true that our current javascript API is for the decoder only, but it can be extended for the encoder too if there is sufficient demand.

from draco.

jourdain avatar jourdain commented on May 18, 2024

Thanks for your feedback.

For vtkCellArray, it is definitely a connectivity map but it does not need to be a set of triangles.
In fact we have a vtkCellArray per type of cells (verts, lines, polys, strip). On top of that the layout is [numberOfPoints, idx_0, ids_1, ... idx_n, numberOfPoints, idx_0, idx_1, numberOfPoints, ...]

And for the polys, the number of points can be more than 3 which means they can be quad, or even bigger. And I'm just talking about the vtkPolyData which are our surface mesh. The full set of dataset types can be found here in case you are interested. http://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf

For the JavaScript I was just asking in case I could skip some build time. But no big deal here. Thx.

I'm going to look closer to the issue #15.

Otherwise do you think having a command line tool that can be used to compress files that are binary arrays could make sense? Or did I miss understood the library as all the arrays should be written in the same compressed file?

Anyway, thanks again for your feedback.

from draco.

FrankGalligan avatar FrankGalligan commented on May 18, 2024

I'm closing this issue. If you think we should talk more about it please re-open.

from draco.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.