I downloaded the build versions of yesterday and now, of today (g2.1.pre-3-g92dcf2e) of GZDoom and in both i found a problem of them not having Model interpolations anymore, all 3D Models just acts if all of them have the NOINTERPOLATION flag in MODELDEF, also the RenderStyle Shaded in Actors seems to not work anymore as it does for Decals in walls, however, decals still works fine but this render does not do the same anymore for Actors which uses models with textures for that type of Render Style.
By rules of needing see the system specs of who are posting bugs here are mine:
-WinXP SP3 x86 (yes i'm still using it but next time i format my pc i'll get Win8)
-nVidia GeForce 8400GS (not the best and not even new)
-Intel Dual Core E5300 2.6GHz
-RAM DDR2 4GB (limited to 3GB due to 32-bit system)
Even with this specs i can confim i got around 10-20 fps boost with this new versions in my maps desired for OpenGL which makes abusive use of sectors and models at once to the engine render, but anyway i noticed this two issues when playing.
[g2.1.pre] Model Interpolation and RenderStyle Shaded broken
Moderator: Graf Zahl
-
- Posts: 28
- Joined: Sat Feb 26, 2011 6:23
- Location: In The Ninth Dimension
-
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
Re: [g2.1.pre] Model Interpolation and RenderStyle Shaded br
Do you have some demo WAD?
-
- Posts: 28
- Joined: Sat Feb 26, 2011 6:23
- Location: In The Ninth Dimension
Re: [g2.1.pre] Model Interpolation and RenderStyle Shaded br
Alright then, this should take care about what i am saying.
In Blood models the issue with interpolation isn't so noticeable because it have many frames, but if you chasecam and see Doomguy model walking u can notice that the interpolation don't exists anymore.
EDIT: i noticed too, when exiting game, the engine delays around 30-40 seconds before close for real, meanwhile i can't do nothing other than move my mouse around, it completely locks my system.
In Blood models the issue with interpolation isn't so noticeable because it have many frames, but if you chasecam and see Doomguy model walking u can notice that the interpolation don't exists anymore.
EDIT: i noticed too, when exiting game, the engine delays around 30-40 seconds before close for real, meanwhile i can't do nothing other than move my mouse around, it completely locks my system.
Powered By:




-
- Developer
- Posts: 4750
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
Re: [g2.1.pre] Model Interpolation and RenderStyle Shaded br
I noticed the quit delay too (not as long as that though). I assumed that GZD was clearing a cache or unloading something from memory when quitting. However, because it wasn't particularly long on my machine, I assumed that it was just kind of meant to be (i.e. probably some new function that caused an expected slight but not obtrusive (for me) delay).Revilution wrote:EDIT: i noticed too, when exiting game, the engine delays around 30-40 seconds before close for real, meanwhile i can't do nothing other than move my mouse around, it completely locks my system.
-
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
Re: [g2.1.pre] Model Interpolation and RenderStyle Shaded br
I suspect it's the deletion of the GPU buffers because that's the only thing that had been added.
On my system there is no noticable delay, though, so I never suspected anything fishy.
On my system there is no noticable delay, though, so I never suspected anything fishy.
-
- Posts: 5
- Joined: Sun Jun 12, 2011 15:44
Re: [g2.1.pre] Model Interpolation and RenderStyle Shaded br
I've noticed large fps drop, maybe 30-40% in large levels and during gibbing monsters. It's strange because previous [G1.9pre] branch of gzdoom runs smooth as butter (steady 60 fps). I am pretty sure that problem isn't connected with dynamic lights. I think that cause of that slowness is new opengl extension. I've tested on core 2 duo e6850, winxp/win7 and quadro 4600fx. I have been using different nvidia drivers. Please help.
-
- Posts: 5
- Joined: Sun Jun 12, 2011 15:44
Re: [g2.1.pre] Model Interpolation and RenderStyle Shaded br
Ok, I've found a solution. I have changed workstation profile in nvidia control panel do game developer and sudden framerate drops disappeared. Somehow dynamic lights works a bit slower in this version, especially when there are many explosions on the scene.MAPET wrote:I've noticed large fps drop, maybe 30-40% in large levels and during gibbing monsters. It's strange because previous [G1.9pre] branch of gzdoom runs smooth as butter (steady 60 fps). I am pretty sure that problem isn't connected with dynamic lights. I think that cause of that slowness is new opengl extension. I've tested on core 2 duo e6850, winxp/win7 and quadro 4600fx. I have been using different nvidia drivers. Please help.
-
- Developer
- Posts: 4750
- Joined: Tue Aug 30, 2005 23:19
- Location: Scotland
Re: [g2.1.pre] Model Interpolation and RenderStyle Shaded br
The only time that I have found gibbing a problem is when I type "kill monsters" to kill everything on a big map and I have a mod loaded that adds to the gibbing effects by spawning a whole bunch of meat chunks or whatever for each monster. However, that's simply due to the sudden massive increase in the number of actors moving around and is not specific to GZDoom. Gibbing a single monster normally, even with a gore mod loaded, doesn't cause me any noticeable problems at all with GZDoom (or ZDoom).
-
- Developer
- Posts: 1226
- Joined: Sun Sep 25, 2005 1:49
- Location: Kuala Lumpur, Malaysia
Re: [g2.1.pre] Model Interpolation and RenderStyle Shaded br
Confirming that this no longer works for GZDoom 2.0.03. :/ :/ :/ I really need the alpha for my blood effects...
What it looked then VS what it looks like now:


What it looked then VS what it looks like now:


-
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
Re: [g2.1.pre] Model Interpolation and RenderStyle Shaded br
The renderstyle issue has been fixed, but since two bugs were reported here in one post I still cannot close it.
-
- Global Moderator
- Posts: 308
- Joined: Sun Aug 29, 2010 6:09
Re: [g2.1.pre] Model Interpolation and RenderStyle Shaded br
Spoiler: Related to the delay thing discussion above
-
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
Re: [g2.1.pre] Model Interpolation and RenderStyle Shaded br
2.x create a lot less shaders than 1.8 so it's quite obvious where this comes from. I also noticed that shader compilation can become quite a problem if there's too many.
-
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
Re: [g2.1.pre] Model Interpolation and RenderStyle Shaded br
So I finally had some time to debug this - and what did I find? It was something as simple as just not setting the interpolation factor at all for the shader... 
