Hello, I have a problem when it comes to collision detection and other stuff. The problem is that I don’t know where my vertexes of my objects is…
example:
I place an object with center in origo with vertexes around origo…then I use opengl glRotated and rotates my object…now how do I know the new positions of my vertexes in my object? without shaders?
thx.