13#ifndef SO_PLANE_SYNC_H
14#define SO_PLANE_SYNC_H
27#include "Inventor/nodes/SoGroup.h"
28#include "Inventor/fields/SoSFRotation.h"
29#include "Inventor/sensors/SoFieldSensor.h"
68 void _calculateOutput(SoField*);
Open Inventor node calculating a new translation from a translation, a rotation and a distance factor...
SoSFVec3f translation
Translation to the plane center. (Input). Default is (0,0,0).
SoSFRotation rotation
Rotation of the plane. (Input). Defaults are ((1,0,0),0).
~SoPlaneSync() override
Destructor.
SoSFVec3f translationOutput
The translation to the field plane center of the second plane. (Output). Default is (0,...
SoSFFloat distanceFactor
The factor determining the distance between the two planes. (Input). Default is 1.
static void initClass()
Initializes this class.
SoPlaneSync()
Constructor.
SoSFRotation rotationOutput
The rotation of the second clip plane. (Output). Defaults are ((1,0,0), 0).