Menu

InvalidateWorldConversionMatrices()

/*!
  Invalidates world conversion matrices.
*/
void
SoDragger::invalidateWorldConversionMatrices() 
{
  if (PRIVATE(this)->draggercache)
  {
    SbMatrix m1 = PRIVATE(this)->draggercache->draggerToWorld;
    m1 = SbMatrix::identity();
    SbMatrix m2 = PRIVATE(this)->draggercache->worldToDragger;
    m2 = SbMatrix::identity();
  }
}

Related

Developer Wiki: Coin_3.1.3_Modifications

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.