Added GL cel shading
This commit is contained in:
@@ -356,6 +356,7 @@ MOVE( WaitForVsync, PREFSMAN->m_bVsync );
|
||||
MOVE( ShowStats, PREFSMAN->m_bShowStats );
|
||||
MOVE( ShowBanners, PREFSMAN->m_bShowBanners );
|
||||
MOVE( KeepTexturesInMemory, PREFSMAN->m_bDelayedTextureDelete );
|
||||
MOVE( CelShadeModels, PREFSMAN->m_bCelShadeModels );
|
||||
MOVE( SmoothLines, PREFSMAN->m_bSmoothLines );
|
||||
|
||||
static void DisplayResolution( int &sel, bool ToSel, const CStringArray &choices )
|
||||
@@ -484,6 +485,7 @@ static const ConfOption g_ConfOptions[] =
|
||||
ConfOption( "Texture\nColor", TextureColor, "16BIT","32BIT" ),
|
||||
ConfOption( "Movie\nColor", MovieColor, "16BIT","32BIT" ),
|
||||
ConfOption( "Keep Textures\nIn Memory", KeepTexturesInMemory, "OFF","ON" ),
|
||||
ConfOption( "CelShade\nModels", CelShadeModels, "OFF","ON" ),
|
||||
ConfOption( "SmoothLines", SmoothLines, "OFF","ON" ),
|
||||
ConfOption( "Refresh\nRate", RefreshRate, "DEFAULT","60","70","72","75","80","85","90","100","120","150" ),
|
||||
ConfOption( "Wait For\nVsync", WaitForVsync, "NO", "YES" ),
|
||||
@@ -511,6 +513,7 @@ int ConfOption::GetEffects() const
|
||||
{ DisplayColor, OPT_APPLY_GRAPHICS },
|
||||
{ TextureResolution, OPT_APPLY_GRAPHICS },
|
||||
{ KeepTexturesInMemory, OPT_APPLY_GRAPHICS },
|
||||
{ CelShadeModels, OPT_APPLY_GRAPHICS },
|
||||
{ SmoothLines, OPT_APPLY_GRAPHICS },
|
||||
{ RefreshRate, OPT_APPLY_GRAPHICS },
|
||||
{ WaitForVsync, OPT_APPLY_GRAPHICS },
|
||||
|
||||
Reference in New Issue
Block a user