Suggest an Alternative for glTranslate() load on CPU.
Posted
by Nagaraj
on Stack Overflow
See other posts from Stack Overflow
or by Nagaraj
Published on 2010-05-24T02:03:37Z
Indexed on
2010/05/24
2:10 UTC
Read the original article
Hit count: 269
opengl
I have been working on a project of OpenGL. Here I just display a boat moving along with some option's for view change.. Its a 2D program. The thing is I have used many glTranslate functions for moving the boat in the code. It works properly in Windows(DEV-CPP) but when executed in Fedora it has a very very very slow movement for boat. When checked for the CPU LOAD it was huge. So any thing which i can try to move the boat faster?
Please help :)
© Stack Overflow or respective owner