a class that synchronizes two Inventor Fields with each other without using SoField::connectFrom.
FieldSyncEntry(SoField *f1, SoField *f2)
create field sync for fields f1 and f2
void fieldSensor(SoFieldSensor *s)
called by sensors when f1 or f2 change
static void fieldSensorCB(void *data, SoSensor *s)
forward callback to fieldSensor()
FieldSync(SoFieldContainer *src, SoFieldContainer *dst, const SbStringList &fields)
create a two way synchronization between src and dst for all fields given in fields