Page 1 of 1

FLATSPRITE Z-Fighting With Floors

Posted: Tue Oct 04, 2016 17:44
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
	}
}

Re: FLATSPRITE Z-Fighting With Floors

Posted: Wed Oct 19, 2016 23:39
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.

Re: FLATSPRITE Z-Fighting With Floors

Posted: Wed Nov 30, 2016 3:27
by Major Cooke
Yeah. I do that currently in my mods too since there's no other way to really fix this so far.

Re: FLATSPRITE Z-Fighting With Floors

Posted: Tue Dec 06, 2016 19:20
by Graf Zahl
fixed. I thought I had already added the required handling, but it wasn't there at all.