Polydoor missing "top" texture
Moderator: GZDoom Developers
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
-
- Posts: 296
- Joined: Tue Jan 19, 2010 5:07 pm
Polydoor missing "top" texture
I made a typical polyobject swinging door, but it is missing top texture. Is there a way to fix this?
You do not have the required permissions to view the files attached to this post.
-
- Posts: 1336
- Joined: Tue Dec 06, 2016 11:25 am
Re: Polydoor missing "top" texture
Not directly, no.
A workaround would be to have a model actor representing the door (or at least the top part) rotate along with the polyobject.
A workaround would be to have a model actor representing the door (or at least the top part) rotate along with the polyobject.
-
- Posts: 1562
- Joined: Tue Oct 20, 2015 12:50 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Kozolupy, Bohemia
Re: Polydoor missing "top" texture
krokots: little workaround is to also use back side of linedefs. It doesnt look that bad, like the one sided linedefs you're showing here.
-
- Posts: 296
- Joined: Tue Jan 19, 2010 5:07 pm
Re: Polydoor missing "top" texture
Thanks, I already did that, and it looks sufficient.