irajsb / UE4_Assimp

Assimp mesh importer for Unreal Engine
MIT License
136 stars 29 forks source link

Missing Documentation #6

Closed mZe184 closed 2 years ago

mZe184 commented 2 years ago

Hi There,

is there any sort of complete documentation to this? I struggle a bit with getting cameras working Best regards Matthias

irajsb commented 2 years ago

Hi ,try reading https://assimp-docs.readthedocs.io/en/v5.1.0/ . other than that function names are mostly same and returns same set of data converted to UE formats . if a function that you are looking for is not findable in blueprints its because its not implemented yet!

irajsb commented 2 years ago

If you are looking for a function or a function is not working as expected leave its name below so I can try to fix it .

mZe184 commented 2 years ago

Hi ,try reading https://assimp-docs.readthedocs.io/en/v5.1.0/ . other than that function names are mostly same and returns same set of data converted to UE formats . if a function that you are looking for is not findable in blueprints its because its not implemented yet!

Assimp is working as expected. Some crashes here and there. But it would be nice to have a List and explenation of the functions you coded and how to use them.

irajsb commented 2 years ago

I was working on https://irajsb.github.io/UE4_Assimp/Modules/Scene/Scene but unfortunately I cannot find enough free time to advance it more towards the end .

irajsb commented 2 years ago

https://irajsb.github.io/UE4_Assimp/annotated.html