Skip to content
New issue

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

IMPORT_COLLADA_USE_COLLADA_NAMES #56

Open
FrankBolleri opened this issue May 28, 2020 · 0 comments
Open

IMPORT_COLLADA_USE_COLLADA_NAMES #56

FrankBolleri opened this issue May 28, 2020 · 0 comments

Comments

@FrankBolleri
Copy link

Hello! First of all, thanks for your work.

I face an issue loading Collada DAE files: the Assimp.Node names are in reality the ID of the collada node.

I see that original library manage this introducing IMPORT_COLLADA_USE_COLLADA_NAMES config parameter (look at [https://github.com/assimp/assimp/commit/c356ea70c4407cc65b41f695ca4542ee8d5a91bb] ) but i am unable to use it.. seems to me is ignored.

I set it in that way (directly with the string):
assCtx.SetConfig(new Assimp.Configs.IntegerPropertyConfig("IMPORT_COLLADA_USE_COLLADA_NAMES", 1));

because i was not able to find the predefined class into Assimp.Configs.

I am doing something wrong? There is any possible workaround?

Thanks in advance!
Francesco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant