50#ifndef _SO_MATERIAL_BINDING_
51#define _SO_MATERIAL_BINDING_
53#include <Inventor/SbVertexAttributeBinding.h>
54#include <Inventor/fields/SoSFEnum.h>
55#include <Inventor/fields/SoSFBool.h>
56#include <Inventor/nodes/SoNode.h>
57#include <Inventor/elements/SoMaterialBindingElement.h>
228 {
override.setValue(state); }
234 {
return override.getValue(); }
237 virtual void doAction(
SoAction *action);
244 static void initClass();
245 static void exitClass();
253 virtual SbBool readInstance(
SoInput *in,
unsigned short flags);
@ PER_FACE
One attribute for each face of object.
@ PER_FACE_INDEXED
One attribute for each face, indexed.
@ PER_PART_INDEXED
One attribute for each part, indexed.
@ PER_VERTEX_INDEXED
One attribute for each vertex, indexed.
@ OVERALL
Whole object has same attribute.
@ PER_PART
One attribute for each part of object.
@ PER_VERTEX
One attribute for each vertex.
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.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Counts number of...
@ FRONT
Applies the material to the front faces of the object.
@ FRONT_AND_BACK
Applies the material to both the front and back faces of the object.
@ BACK
Applies the material to the back faces of the object.
Node that specifies how multiple materials are bound to shapes.
Face
Specifies values to apply material on the front face, back face or both front and back face of an obj...
@ BACK
Applies the material to the back faces of the object.
@ FRONT
Applies the material to the front faces of the object.
@ FRONT_AND_BACK
Applies the material to both the front and back faces of the object.
SoSFEnum value
Specifies how to bind materials to shapes.
@ OVERALL
Whole object has same material.
@ PER_VERTEX
One material for each vertex of object.
@ PER_PART_INDEXED
One material for each part, indexed.
@ PER_PART
One material for each part of object.
@ PER_VERTEX_INDEXED
One material for each vertex, indexed.
@ PER_FACE_INDEXED
One material for each face, indexed.
@ PER_FACE
One material for each face of object.
virtual SbBool isOverride() const
Returns the state of the override field.
SoSFEnum face
Applies materials to different faces of an object.
SoMaterialBinding()
Creates a material binding node with default settings.
virtual void setOverride(const SbBool state)
Set the state of the override field.
Abstract base class for picking objects in a scene.
Field containing a single Boolean value.
Field containing an enumerated value.