Click here to Skip to main content
15,912,756 members

Comments by Balaji_mcr (Top 7 by date)

Balaji_mcr 28-Jun-13 10:27am View    
Actually my application is taking too much of time due to 60 fps. I tried to control this CPU usage by putting the application to sleep for few ms in OnIdle(). then it worked. But i don't know which process is taking too much time even for a simple model rendering process.
Balaji_mcr 27-Jun-13 9:04am View    
Thank you @Santhosh G_ your intuition is correct. It takes 50% of my processor usage for this driver itself. But why it is not taking 50% in some other PC's of same config?
I've also tried to load using some other library functions like GLFW & GLEW it took only 12-20% of CPU usage. But when loading Rotation Function's it takes 50% of CPU Usage in my pc. But not in others PC.
Balaji_mcr 21-Jun-13 1:53am View    
Thank you for your suggestion @jack.
I'm working on it...
Balaji_mcr 20-Jun-13 1:33am View    
Thank you for your update@jack
i've used glReadPixels() to read this rotated image as a buffer & i exported it. But it takes too much time....
Balaji_mcr 19-Jun-13 2:11am View    
Thank you for your reply @jack
I've tried rendering an Image by making it as a texture to a Quad & i am also able to rotate this image(Quad). But i want to save this rotated image. is it possible? can u refer any link regarding this process?