Skip to content
This repository has been archived by the owner on Apr 7, 2021. It is now read-only.

Commit

Permalink
added smoothing to func_details
Browse files Browse the repository at this point in the history
  • Loading branch information
AusHick committed Apr 4, 2017
1 parent 1a9f0ad commit 533b83a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Features
----------

- Completely standalone from the Source SDK
- Large-address
- Large address aware binaries
- Smoothing groups applied to func_details ([tgnottingham](https://github.com/ValveSoftware/source-sdk-2013/pull/391))

More Info
---------
Expand Down
1 change: 1 addition & 0 deletions utils/vbsp/detail.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ face_t *MakeBrushFace( side_t *originalSide, winding_t *winding )
f->split[0] = f->split[1] = NULL;
f->w = CopyWinding( winding );
f->originalface = originalSide;
f->smoothingGroups = originalSide->smoothingGroups;
//
// save material info
//
Expand Down

0 comments on commit 533b83a

Please sign in to comment.