Closed skalarproduktraum closed 4 years ago
It's hidden in the dependency on https://github.com/kotlin-graphics/uno-sdk but as I said in my other answer, the dependencies are a bit messy right now.
See my answer here https://github.com/kotlin-graphics/assimp/issues/21#issuecomment-480539644
Should be fixed in 775b30e786bf26f64e07d8748cbb36c28e978235 on the dependency branch.
closing, since it should be fixed
@skalarproduktraum if not, feel free to reopen
Thanks for taking care of this, I'll try it out and let you know 👍
Hi there,
there also seems to be missing a dependency on GLM:
AiMesh
has e.g. thevertices
attribute, which is an ArrayList of AiVector3D, which in turn is a typemap toVec3
, and that is coming from GLM, which is not declared as a dependency inbuild.gradle
.