kotlin-graphics / assimp

JVM Open Asset Import Library (Assimp)
Other
95 stars 28 forks source link

Missing dependency on GLM #22

Closed skalarproduktraum closed 4 years ago

skalarproduktraum commented 5 years ago

Hi there,

there also seems to be missing a dependency on GLM: AiMesh has e.g. the vertices attribute, which is an ArrayList of AiVector3D, which in turn is a typemap to Vec3, and that is coming from GLM, which is not declared as a dependency in build.gradle.

Wasabi375 commented 5 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

Wasabi375 commented 5 years ago

Should be fixed in 775b30e786bf26f64e07d8748cbb36c28e978235 on the dependency branch.

elect86 commented 4 years ago

closing, since it should be fixed

@skalarproduktraum if not, feel free to reopen

skalarproduktraum commented 4 years ago

Thanks for taking care of this, I'll try it out and let you know 👍