kotlin-graphics/glm

NoSuchMethodError Vector

Mitti30 opened this issue · 2 comments

When trying to use the get() function of the Vec2i a NoSuchMethodError gets thrown.
When calling them directly a NoSuchFieldError appears.

private val creator=LevelCreator(Game.resolution[0].toFloat(), Game.resolution[1].toFloat(),14,8,0f,0f)

https://github.com/Mitti30/BreakoutOpenGL

Hi Mitti,

was it fixed?

Yeah, i changed the gradle glm version to
implementation 'com.github.kotlin-graphics:glm:v0.9.9.1-build-3'
previous used version was
implementation 'com.github.kotlin-graphics:glm:v1.0.1'