cnr-isti-vclab / corto

Mesh compression library, designed for rendering and speed.
Other
196 stars 43 forks source link

Decode Progressively? #10

Closed YukiPaul closed 6 years ago

YukiPaul commented 6 years ago

Hi team,

Thanks for this amazing coder. I just have a question regarding the decoder. Does it support progressive decoding? If it does, how can I decode a compressed file progressively?

See, I used corto coder to compress a .ply mesh and got a .crt file. I don't want to fully decode it. Instead, I want to decode partial bitstream and I would like to specify the number of bytes for decoding by myself. Is it doable?

Thank you in advance, Paul