RE: minor issues about radiosity-settings...
CARVALHO Luis Passos <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kpovmodeler |
|---|---|
| Message-ID | <[email protected]> |
Hi! I believe the limits you refer in your mail are for povray 3.5 only. We are currently targeted for povray 3.1 and all our validations are based on that. Povray 3.5 support is planned for after kpovmodeler 1.0 is out. Regards, Luis > -----Original Message----- > From: Marcus Fritzsch [mailto:[email protected]] > Sent: sexta-feira, 6 de Setembro de 2002 11:33 > To: [email protected] > Subject: minor issues about radiosity-settings... > > > 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 > List archive and information: http://mail.kde.org/mailman/listinfo/kpovmodeler-devel