Plane_Reflection on Slopes?
Moderator: Graf Zahl
-
- Stronghold Team
- Posts: 3555
- Joined: Sun Nov 13, 2005 23:15
- Location: Germany
Plane_Reflection on Slopes?
Topic -> Possible?
-
- Posts: 198
- Joined: Sun Nov 06, 2005 16:45
- Location: Pennsylvania, USA
-
- Posts: 130
- Joined: Sat Oct 08, 2005 19:22
-
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
It's not a matter of programming. Reflecting a viewpoint off a slope is not that complicated.
The problem with reflective slopes is that the viewpoint for the reflection would get transferred to uncontrollable positions. The result of that would be that there might be severe clipping errors that break the whole thing completely. The engine simply can't handle that case well. It's one of the issues that also limits the usability of stacked sectors. But since sloped reflections may cause other problems as well (i.e. recursions) I decided not to bother any further. I have no desire to scan through endless bug reports that claim the feature doesn't work (which indeed it wouldn't.)
The problem with reflective slopes is that the viewpoint for the reflection would get transferred to uncontrollable positions. The result of that would be that there might be severe clipping errors that break the whole thing completely. The engine simply can't handle that case well. It's one of the issues that also limits the usability of stacked sectors. But since sloped reflections may cause other problems as well (i.e. recursions) I decided not to bother any further. I have no desire to scan through endless bug reports that claim the feature doesn't work (which indeed it wouldn't.)