FLATSPRITE Z-Fighting With Floors

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
Major Cooke
Developer
Developer
Posts: 240
Joined: Wed Mar 04, 2009 19:25

FLATSPRITE Z-Fighting With Floors

Post by Major Cooke »

Because I figured MaxED's not going to post the bug report here...

This still happens with the floor.
Image

A simple test actor.

Code: Select all

Actor A
{
	+NOINTERACTION
	+FLATSPRITE
	States
	{
	Spawn:
		HEAD A -1 NoDelay A_Warp(AAPTR_DEFAULT,0,0,0,0,WARPF_NOCHECKPOSITION|WARPF_TOFLOOR)
		Stop
	}
}
User avatar
SanyaWaffles
Posts: 4
Joined: Sat Sep 24, 2016 10:09
Location: An Icebox in Eastern Ohio
Contact:

Re: FLATSPRITE Z-Fighting With Floors

Post by SanyaWaffles »

Just some insight into this, it seems raising the object one map unit from the floor fixes the issue you're seeing.

I actually tried implementing manhole covers like you see in Blood or Duke 3D just for decoration and that shimmering comes up so I manually moved the object one pixel and gave it no gravity and the glitchiness disappeared.

Not exactly a fix to the code, but it might help people in the interum until a fix is made.
Major Cooke
Developer
Developer
Posts: 240
Joined: Wed Mar 04, 2009 19:25

Re: FLATSPRITE Z-Fighting With Floors

Post by Major Cooke »

Yeah. I do that currently in my mods too since there's no other way to really fix this so far.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Re: FLATSPRITE Z-Fighting With Floors

Post by Graf Zahl »

fixed. I thought I had already added the required handling, but it wasn't there at all.
Locked

Return to “Closed Bugs”