
Originally Posted by
carsten neumann
You set values on A44, but pass Anew to the OpenGL functions.
Also, are you sure GL_MODELVIEW is the current matrix mode (set with glMatrixMode())?
Oh, damn... I'm sorry, I was too fast because actually A44 = Anew. Besides that, I just inserted " glMatrixMode(GL_MODELVIEW) " just before glLoadMatrixd(Anew) and still nothing happens...
My guess is that it will fail for sure, if I for instance define A44 with only 1 digit after the comma (because then the matrix is not orthogonal and I guess then it'll not show anything?) ? Is this assumption correct? Maybe I should post some python code for you, however my impression is that most people here use C++... I hoped what I had already posted would suffice, however it's good to know that you also feel this should work (so I know I'm not alone)... Maybe I made a stupid mistake somewhere. I hope more people will tell their opion... Thanks a lot for your suggesion, though I don't think my problem is yet solved.