* view->filter->sky: Q3 shader based skies (skyParms keyword)

This commit is contained in:
Garux
2022-07-18 18:28:56 +03:00
parent d3e48d8c31
commit f61e0dcb67
7 changed files with 12 additions and 0 deletions

View File

@@ -1245,6 +1245,8 @@ bool ShaderTemplate::parseQuake3( Tokeniser& tokeniser ){
if( !string_equal( sky, "-" ) ){
m_skyBox = sky;
}
m_nFlags |= QER_SKY;
}
else if ( string_equal_nocase( token, "cull" ) ) {
const char* cull = tokeniser.getToken();