Dragan Janushevski

Results 3 issues of Dragan Janushevski

`..\..\src\easygl.nim(397, 30) Error: type mismatch: got but expected 'GLenum = distinct uint32'` I tried to change to ``` when T is float32: discard vertexType.GL_FLOAT ``` it compiles, but fails with...

If I comment that out, this happens: `graphics.nim(616, 18) Error: expression cannot be cast to KeyboardEventObj=object` Im using Nim 0.20.0

Hi, i cant compile your code on Ubuntu 14.04, GLM version is 0.95 Where is **xyz()** defined? planes[i] = plane / glm::length(plane.xyz());