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

Missing dependency on GLM #22

Closed
skalarproduktraum opened this issue Apr 6, 2019 · 4 comments
Closed

Missing dependency on GLM #22

skalarproduktraum opened this issue Apr 6, 2019 · 4 comments

Comments

@skalarproduktraum
Copy link

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
Copy link
Contributor

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 #21 (comment)

@Wasabi375
Copy link
Contributor

Should be fixed in 775b30e on the dependency branch.

@elect86
Copy link
Collaborator

elect86 commented Dec 18, 2019

closing, since it should be fixed

@skalarproduktraum if not, feel free to reopen

@elect86 elect86 closed this as completed Dec 18, 2019
@skalarproduktraum
Copy link
Author

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

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

3 participants