On 1/14/06, res <[EMAIL PROTECTED]> wrote: > On 14.01.2006 17:13, Michael D. Adams wrote: > > As far as I can see, options for the next step are: > > 1. Go ahead and apply this patch, and hope there are > > only a few others that have this problem; > > 2. Don't apply this patch, and instead rename the > > functions in iParticleSystem (or iMeshObject) with the > > appropriate version number bump; > > 3. Wait until more of CS is converted to the New SCF to > > see if this is a common problem, but at least this > > patch is on record so in future we will know exactly > > what has to be done. > > I think there's even another resolution: afaics > iParticleState::SetColor() and iMeshObject::SetColor() essentially do > the same (set the "base color" of the underlying mesh), so I think it's > acceptable to just drop SetColor()/GetColor() from iParticleState.
What about GetMaterialWrapper() and SetMaterialWrapper()? The signatures of iParticleState::GetMaterialWrapper() and iMeshObject::GetMaterialWrapper() are the same but I wonder if they might have slight semantic differences. > (There is no iParticleSystem, I assumed you meant iParticleState.) Yes. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ Crystal-main mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/crystal-main Unsubscribe: mailto:[EMAIL PROTECTED]
