No one who can help?
Type: Posts; User: caaso
No one who can help?
Hello,
I'm using the glm library for my project and now i want to calculate the screen and world coordinates. But somehow something went totally wrong.
For example if I want to get the screen...
ok thank you aqnuep. You solved my problem. I did not realize the problem with the size of the quad in relation to the pixels.
Hello!
I have a problem setting up an orthographic projection matrix with glm::ortho(). The object is a simple quad build by two triangles. The triangles are in the xy-plane with z=0. Using...
Thx for your answer Dark Photon.
Next time I will ask clearer question, without to much additional info.
I tryed to render the faces in multiple batches and that was the problem. Because of the...
Hello folks!
This is my first post in this forum, so please donīt be to hard.
I try to write a little mfc mdi program to display and manipulate vrml97 files. The vertex, normal, color data etc....