|
static SoType | getClassTypeId (void) |
|
static int | getClassStackIndex (void) |
|
static void * | createInstance (void) |
|
static void | initClass (void) |
|
static uint32_t | getFlags (SoState *const state) |
|
static SbBool | getAmbientColorOverride (SoState *const state) |
|
static SbBool | getColorIndexOverride (SoState *const state) |
|
static SbBool | getComplexityOverride (SoState *const state) |
|
static SbBool | getComplexityTypeOverride (SoState *const state) |
|
static SbBool | getCreaseAngleOverride (SoState *const state) |
|
static SbBool | getDiffuseColorOverride (SoState *const state) |
|
static SbBool | getDrawStyleOverride (SoState *const state) |
|
static SbBool | getEmissiveColorOverride (SoState *const state) |
|
static SbBool | getFontNameOverride (SoState *const state) |
|
static SbBool | getFontSizeOverride (SoState *const state) |
|
static SbBool | getLightModelOverride (SoState *const state) |
|
static SbBool | getLinePatternOverride (SoState *const state) |
|
static SbBool | getLineWidthOverride (SoState *const state) |
|
static SbBool | getMaterialBindingOverride (SoState *const state) |
|
static SbBool | getPickStyleOverride (SoState *const state) |
|
static SbBool | getPointSizeOverride (SoState *const state) |
|
static SbBool | getPolygonOffsetOverride (SoState *const state) |
|
static SbBool | getShapeHintsOverride (SoState *const state) |
|
static SbBool | getShininessOverride (SoState *const state) |
|
static SbBool | getSpecularColorOverride (SoState *const state) |
|
static SbBool | getTransparencyOverride (SoState *const state) |
|
static SbBool | getTransparencyTypeOverride (SoState *const state) |
|
static SbBool | getNormalVectorOverride (SoState *const state) |
|
static SbBool | getNormalBindingOverride (SoState *const state) |
|
static void | setAmbientColorOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setColorIndexOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setComplexityOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setComplexityTypeOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setCreaseAngleOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setDiffuseColorOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setDrawStyleOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setEmissiveColorOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setFontNameOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setFontSizeOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setLightModelOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setLinePatternOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setLineWidthOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setMaterialBindingOverride (SoState *const state, SoNode *const node, const SbBool override) |
| FIXME: write doc.
|
|
static void | setPickStyleOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setPointSizeOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setPolygonOffsetOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setShapeHintsOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setShininessOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setSpecularColorOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setTransparencyOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setTransparencyTypeOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setNormalVectorOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | setNormalBindingOverride (SoState *const state, SoNode *const node, const SbBool override) |
|
static void | initClass (void) |
|
static SoType | getClassTypeId (void) |
|
static int | getClassStackIndex (void) |
|
static void | initElements (void) |
|
static int | getNumStackIndices (void) |
|
static SoType | getIdFromStackIndex (const int stackIndex) |
|
The SoOverrideElement maintains a list of overridable elements and a list over which elements should be overridden.
Only certain elements can be overridden.
The remaining class documentation describes a single, special case:
A common request for functionality is to override only the transparency of the full scene graph, or parts of the scene graph.
In the original SGI Inventor, this is nigh impossible, as the API was designed to only make it possible to override all or none of the fields of a node. So calling SoNode::setOverride() on an SoMaterial node will cause all material settings of that node to override all material settings further on in the scene graph, and there is no way to override only the transparency settings.
In Coin, we have added in a little hack to overcome this problem, since it is such a common request for functionality: to have separate transparency override settings, set the environment variable COIN_SEPARATE_DIFFUSE_TRANSPARENCY_OVERRIDE
to "1" to enable this hack.
(Do however note that this will not work when the SoPackedColor or SoVertexProperty node is used to specify diffuse color and transparency – only with the SoMaterial node.)
Here is a complete, stand-alone example which demonstrates how to accomplish this:
#include <Inventor/Qt/SoQt.h>
#include <Inventor/Qt/viewers/SoQtExaminerViewer.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/nodes/SoMaterial.h>
const char * scene = "#Inventor V2.1 asci\n"
"\n"
"Separator {"
" Cone { }"
" Translation { translation 1 0 5 }"
""
" DEF OVERRIDEMATERIAL Material { transparency 0.5 }"
""
" DEF OBJMATERIAL Material {"
" diffuseColor 0.5 0 0"
" transparency 0"
" }"
" Sphere { }"
"}"
;
int
main(int argc, char ** argv)
{
QWidget * window = SoQt::init(argv[0]);
(void)coin_setenv("COIN_SEPARATE_DIFFUSE_TRANSPARENCY_OVERRIDE", "1", TRUE);
assert(root);
delete in;
assert(overridemat);
SoQtExaminerViewer * viewer = new SoQtExaminerViewer(window);
viewer->setSceneGraph(root);
viewer->show();
SoQt::show(window);
SoQt::mainLoop();
delete viewer;
return 0;
}