Shpoike / Quakespasm

Extra bloaty junk to modernise stuff a bit.
http://triptohell.info/moodles/qss/
GNU General Public License v2.0
185 stars 41 forks source link

[Feature Request] r_drawclipbrushes #27

Closed oGkspAz closed 2 years ago

oGkspAz commented 3 years ago

Could we possibly have a command like valve's r_drawclipbrushes to help with developing of maps / levels? Example: https://wiki.sourceruns.org/wiki/R_drawclipbrushes

Shpoike commented 2 years ago

Clip brushes are baked into the bsp. the bsp trees that actually contain those clip brushes have no way to distinguish them from regular walls. This is also why decompiled bsps lack clip brushes too. So its basically impossible for a Q1 engine to draw this stuff (its a different matter for engines that provide actual brush info, like hl2/q2+ does).