We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug F3D support many formats through the assimp plugin, however the meta data provided for these formats is empty
To Reproduce Steps to reproduce the behavior:
f3d --no-config -m 16bit.fbx
Expected behavior Meta data should contain information
System Information:
F3D Information Paste the content of f3d --version: 3.0.0
f3d --version
Additional context F3D uses vtkF3DMetaImporter::GetMetaDataDescription() to recover that information, something must be going wrong there.
vtkF3DMetaImporter::GetMetaDataDescription()
The text was updated successfully, but these errors were encountered:
Point sprites also do not work with assimp, I think this is related.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
F3D support many formats through the assimp plugin, however the meta data provided for these formats is empty
To Reproduce
Steps to reproduce the behavior:
f3d --no-config -m 16bit.fbx
Expected behavior
Meta data should contain information
System Information:
F3D Information
Paste the content of
f3d --version
: 3.0.0Additional context
F3D uses
vtkF3DMetaImporter::GetMetaDataDescription()
to recover that information, something must be going wrong there.The text was updated successfully, but these errors were encountered: