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

@@ -2387,11 +2387,7 @@ void OpenGLShader::construct(const char* name)
state.m_colour[2] = 0;
state.m_colour[3] = 0.3f;
state.m_state = RENDER_FILL|RENDER_DEPTHTEST|RENDER_CULLFACE|RENDER_BLEND|RENDER_COLOURWRITE|RENDER_DEPTHWRITE;
// The bug "Selecting translucent brushes, such as clip, cause them to disappear leaving
// only the red selection box." seems to be fixed by removing the next line.
// state.m_sort = OpenGLState::eSortHighlight;
state.m_sort = OpenGLState::eSortHighlight;
state.m_depthfunc = GL_LEQUAL;
}
else if(string_equal(name+1, "CAM_OVERLAY"))