diff options
| author | Maxxiii <[email protected]> | 2020-09-16 21:35:25 +0300 |
|---|---|---|
| committer | Maxxiii <[email protected]> | 2020-09-16 21:35:25 +0300 |
| commit | c7606f1bcec4c50d40fb424fb3d6afe35a9e2245 (patch) | |
| tree | c198218a111e8eefeffac9228184b2aab1b4e78c /subpages/Comments/BSP_Viewer.html | |
| parent | Update more local links in comments (diff) | |
| download | nemstools.github.io-c7606f1bcec4c50d40fb424fb3d6afe35a9e2245.tar.xz nemstools.github.io-c7606f1bcec4c50d40fb424fb3d6afe35a9e2245.zip | |
Fix some external links from comments
Diffstat (limited to 'subpages/Comments/BSP_Viewer.html')
| -rw-r--r-- | subpages/Comments/BSP_Viewer.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/subpages/Comments/BSP_Viewer.html b/subpages/Comments/BSP_Viewer.html index 1a592b9..e193a7b 100644 --- a/subpages/Comments/BSP_Viewer.html +++ b/subpages/Comments/BSP_Viewer.html @@ -213,7 +213,7 @@ <div class="space"></div> </div> <div class="content">There is already a HL2 .mdl decompiler available <a - href="https://web.archive.org/web/20180219212641/http://www.chaosincarnate.net/cannonfodder/cftools.htm">here</a>. + href="http://www.chaosincarnate.net/cannonfodder/cftools.htm">here</a>. </div> </div><br> <div class="group"> @@ -530,7 +530,7 @@ when intersected, form polygons. When these planes are removed or split by the CSG process, the original brush is gone forever. BSP Viewer's approach is to say to hell with the brushes and construct a new brush for each face in the BSP (hence the 1 unit brushes). Other programs (such as <a - href="https://web.archive.org/web/20180414014122/http://developer.valvesoftware.com/wiki/WinBSPC">WinBSPC</a>) + href="http://developer.valvesoftware.com/wiki/WinBSPC">WinBSPC</a>) construct one large brush that engulfs the entire world, then "hollow" it out subtracting the BSP geometry and breaking up the brush into smaller convex brushes. This process creates more "brush like" results, but is still nothing close to how one would actually map.<br /> @@ -587,8 +587,7 @@ <div class="space"></div> </div> <div class="content">I'm not sure if I fully understand you (or maybe you don't fully understand me). - Brushes, by nature, must be <a - href="https://web.archive.org/web/20180414014122/http://en.wikipedia.org/wiki/Convex">convex</a>. But + Brushes, by nature, must be <a href="http://en.wikipedia.org/wiki/Convex">convex</a>. But BSPs contain a polygon soup which is anything but convex. The only logical grouping of faces in a BSP is into leaf-nodes, which are collections of near by faces. However, these leaf-nodes are concave by nature and so can't be used to construct a brush. It's not just a matter of taking a bunch of faces and |