15/12/2006

namespace
 - Inverted bevel can be used with end caps (Topsun)
 - Removed needless .pdb files from win32 installer (Topsun)
 - Fixed .ase picomodel loader to load shaders again (Shaderman)
 - Removed translucent brushes fix because of wrong rendering behaviour on Linux
 - New cool(!) radiant icon by eb



git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@125 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
namespace
2006-12-16 18:38:08 +00:00
parent f2bd8e197e
commit 4dc06d9733
28 changed files with 14 additions and 52 deletions

View File

@@ -77,7 +77,7 @@ void Patch_makeCaps(Patch& patch, scene::Instance& instance, EPatchCap type, con
return;
}
if((type == eCapBevel || type == eCapIBevel)
&& patch.getWidth() != 3)
&& patch.getWidth() != 3 && patch.getWidth() != 5)
{
globalErrorStream() << "cannot create bevel-cap - patch width != 3\n";
return;