GZDoom performance question

Advanced OpenGL source port fork from ZDoom, picking up where ZDoomGL left off.
[Home] [Download] [Git builds (Win)] [Git builds (Mac)] [Wiki] [Repo] [Bugs&Suggestions]

Moderator: Graf Zahl

User avatar
Gez
Developer
Developer
Posts: 1399
Joined: Mon Oct 22, 2007 16:47

Re: GZDoom performance question

Post by Gez »

The GPU is used to draw the models; but setting up the view matrix for them first is done by program code.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Re: GZDoom performance question

Post by Graf Zahl »

No, the GPU isn't used for the rotation math. Since coordinates need to be in the same view space than the rest of the scene for fog effects to work properly there's no way around this.
Locked

Return to “GZDoom”