algoo / preview-generator

generates previews of files with cache management
https://pypi.org/project/preview-generator/
MIT License
226 stars 50 forks source link

Fix/xxx gltf export #240

Closed inkhey closed 3 years ago

inkhey commented 3 years ago

Replacement for https://github.com/algoo/preview-generator/pull/195 (merged with current develop status)

This add a new 3d format support: gltf.

To test this: verify new and old 3d format support.

Implemented solution

inkhey commented 3 years ago

I found some issue with non-embedded .gltf file that cause segfault, here https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/MaterialsVariantsShoe/glTF :. A proper fix, or an encapsulation of vtk may be a solution.