GZDoom performance question
Moderator: Graf Zahl
- Gez
- Developer
- Posts: 1399
- Joined: Mon Oct 22, 2007 16:47
Re: GZDoom performance question
The GPU is used to draw the models; but setting up the view matrix for them first is done by program code.
- Graf Zahl
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
- Contact:
Re: GZDoom performance question
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.