Jump to content
Search In
  • More options...
Find results that contain...
Find results in...
DoomF4nG4mer

Unusual Sprite Clipping Issue

Recommended Posts

There's nothing wrong with that.
The ceiling is 192 and the column is 8192 units tall. Therefore, there is nothing to see past 192 units.

If you want to see the floor of the column as it is coming down, then change the ceiling to 8192.

Share this post


Link to post
Kappes Buur said:

The ceiling is 192 and the column is 8192 units tall. Therefore, there is nothing to see past 192 units.

No, in this case you should be able to see "through" the sky. There was a thread about this recently. But looks like GZDoom doesn't support some variations of this trick.
Oh, and it has nothing to do with sprites of course. :) Sprites are used only for objects. (monsters, decorations, items, etc)

Share this post


Link to post

Sprite clipping will not have any effect on things that aren't sprites...

OpenGL cuts the tower at that level because it corresponds to the height of the sector you are in. In software the tall tower is rendered because this setup exploits some loopholes in the renderer logic; but this is one hack that GZDoom does not detect and emulate.

It's not terribly important because if you do not look up (as you cannot in vanilla), then you do not see that it is cut off.

GLBoom+ does show the tower, but glitches a bit nonetheless as it shows you the inside, not the outside, of it past the ceiling limit:

Share this post


Link to post

The see-through-the-sky trick is only a side-effect when standing in the nearest sector to the tall tower. Anywhere outside of that nearest sector the player sees an upper texture of sky down to the lowest ceiling height between the player and the tower.

Share this post


Link to post

Okay guys turns out that Kappes Buur's answer helped resolve the issue. I just had to go and edit the map in Doom Builder to do it but anyways thanks for the replies guys!

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×