minor issues about radiosity-settings...
Marcus Fritzsch <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kpovmodeler |
|---|---|
| Message-ID | <[email protected]> |
Hi, i was not sure to write this, but i'm very often playing around with povray's radiosity, but i noticed that the maximum values for the recursion_limit is set to 2, where povray accepts up to 5 recursions... second is that the nearest_count maximum is set to 10 but i like to use higher settings for better quality. Is that done becauso of performance in the povray-output window?! here are the changes ;) -------- diff output for cvs from 06.09.2002, 12:15 ---------- 278c278 < if( m_pNearestCountEdit->value( ) < 1 || m_pNearestCountEdit->value( ) > 10 ) --- > if( m_pNearestCountEdit->value( ) < 1 || m_pNearestCountEdit->value( ) > 20 ) 280c280 < KMessageBox::error( this, i18n( "Nearest count must be between 1 and 10." ), --- > KMessageBox::error( this, i18n( "Nearest count must be between 1 and 20." ), 286c286 < if( m_pRecursionLimitEdit->value( ) < 1 || m_pRecursionLimitEdit->value( ) > 2 ) --- > if( m_pRecursionLimitEdit->value( ) < 1 || m_pRecursionLimitEdit->value( ) > 5 ) 288c288 < KMessageBox::error( this, i18n( "Recursion limit must be 1 or 2." ), --- > KMessageBox::error( this, i18n( "Recursion limit must be 1 or 5." ), -------------------------------------------------------------- greetz, Marcus -- --- Marcus Fritzsch <[email protected]> ----------------------------- / Why should I try to explain 'multitasking' to a windows user? / ----------------------------------------------------------------- List archive and information: http://mail.kde.org/mailman/listinfo/kpovmodeler-devel