13#ifndef SO_VECTOR_TO_FLOAT_H 
   14#define SO_VECTOR_TO_FLOAT_H 
   18#include <ThirdPartyWarningsDisable.h> 
   19#include <Inventor/nodes/SoSubNode.h> 
   20#include <Inventor/nodes/SoSwitch.h> 
   21#include <Inventor/sensors/SoFieldSensor.h> 
   22#include <Inventor/fields/SoSFTrigger.h> 
   23#include <Inventor/fields/SoSFVec3f.h> 
   24#include <Inventor/fields/SoSFFloat.h> 
   25#include <ThirdPartyWarningsRestore.h> 
SoVectorToFloat transforms vector to float (not an engine)
 
void vecChanged(SoField *field)
called when the vector changes
 
SoSFTrigger changed
trigger that is touched when vector changed
 
SoSFVec3f vector
input vector