On 15.01.2006 04:25, Michael D. Adams wrote: > 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.
Source code for csParticleSystem::SetMaterialWrapper() (the iMeshObject
implementation):
{
initialized = false;
csParticleSystem::mat = mat;
return true;
}
Source code for csParticleSystem::ParticleState::SetMaterialWrapper():
{
scfParent->initialized = false;
scfParent->mat = material;
}
So much for semantic differences...
-f.r.
signature.asc
Description: OpenPGP digital signature
