Update Quality options

Emanoil Kotsev 3 years ago
parent 84d5ca4705
commit 6459468552
Signed by: deloptes
GPG Key ID: F1EEB8CD9FB16A50

@ -229,13 +229,14 @@ const char* qualityString[numQuality] =
I18N_NOOP( "2, 3: Show specified diffuse and ambient light" ),
I18N_NOOP( "4: Render shadows, but no extended lights" ),
I18N_NOOP( "5: Render shadows, including extended lights" ),
I18N_NOOP( "6, 7: Compute texture patterns" ),
I18N_NOOP( "6, 7: Compute texture patterns, compute photons" ),
I18N_NOOP( "8: Compute reflected, refracted, and transmitted rays" ),
I18N_NOOP( "9: Compute media" )
I18N_NOOP( "9, 10, 11: Compute media, radiosity and subsurface light transport" )
};
const int c_qualityToIndex[12] = { 0, 0, 1, 1, 2, 3, 4, 4, 5, 6, 7, 8 };
const int c_indexToQuality[numQuality] = { 0, 2, 4, 5, 6, 8, 9/*, 10, 11*/ };
const int c_indexToQuality[numQuality] = { 0, 2, 4, 5, 6, 8, 9};
PMRenderModeDialog::PMRenderModeDialog( PMRenderMode* mode, TQWidget* parent, const char* name )
: KDialogBase( parent, name, true, i18n( "Render Modes" ),

Loading…
Cancel
Save