1#ifndef COIN_SOMATERIALBUNDLE_H
2#define COIN_SOMATERIALBUNDLE_H
36#include <Inventor/bundles/SoBundle.h>
37#include <Inventor/SbBasic.h>
38#include <Inventor/system/inttypes.h>
48 void setUpMultiple(
void);
50 void forceSend(
const int index);
51 SbBool isColorOnly(
void)
const;
53 void send(
const int index,
const SbBool betweenbeginend);
57 void reallySend(
const int index);
58 void setupElements(
const SbBool isbetweenbeginend);
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:77
The SoBundle class is the superclass for all bundle classes.
Definition SoBundle.h:42
The SoGLLazyElement class is meant to optimize GL rendering.
Definition SoGLLazyElement.h:43
The SoMaterialBundle class simplifies material handling.
Definition SoMaterialBundle.h:42