H3D API
2.4.1
|
The AutoUpdate field is a template to force the BaseField to update itself as soon as an event is received. More...
#include <H3D/FieldTemplates.h>
Public Member Functions | |
virtual void | propagateEvent (Field::Event e) |
Receive an event from another field. More... | |
The AutoUpdate field is a template to force the BaseField to update itself as soon as an event is received.
Normally the value of the field has to be requested in order for an update to take place.
|
inlinevirtual |
Receive an event from another field.
We call the upToDate() function to update the field.