23#include <Inventor/nodes/SoNode.h>
24#include <Inventor/fields/SoSFBool.h>
25#include <Inventor/fields/SoSFFloat.h>
26#include <Inventor/fields/SoSFColorRGBA.h>
27#include <Inventor/fields/SoSFColor.h>
180 override.setValue(state);
186 return override.getValue();
190 virtual void doAction(
SoAction* action);
197 static void initClass();
198 static void exitClass();
206 float m_transparencyValue;
Abstract base class for all actions.
Performs a generic traversal of a scene graph or path.
Renders a scene graph using Open Inventor's Render Engine.
Physically based surface material definition node.
virtual SbBool isOverride() const
Returns the state of the override flag.
virtual void setOverride(const SbBool state)
Turns the override flag on or off.
SoSFFloat metallic
Metallic coefficient of the surface.
SoSFColorRGBA baseColor
Base color of the surface.
SoSFFloat roughness
Roughness coefficient of the surface.
SoSFFloat specular
Specular coefficient of the surface.
SoSFColor emissiveColor
Emissive color of the surface.
Intersects objects with a ray cast into scene.
Field containing a single Boolean value.
Field containing an RGB color.
Field containing an RGBA color.
Field containing a floating-point value.
Writes a scene graph to a file.