vitrivr / vitrivr-engine

vitrivr's next-generation retrieval engine. It is capable of extracting and retrieving a wider range of multimedia objects such as audio, video, images or 3d models.
https://vitrivr.org
MIT License
6 stars 3 forks source link

Implementation for CachedMeshContent #105

Closed rahelarnold98 closed 2 months ago

rahelarnold98 commented 2 months ago

This pull request implements the CachedMeshContent and solves issue #97.

rahelarnold98 commented 2 months ago

I have now added two unit tests to the m3d module.

  1. The first compares the original model to the one after being serialized and deserialized.
  2. The second one compares the original model to the one loaded from the CachedContent.
ppanopticon commented 2 months ago

Merged! Thank you :-)