49#ifndef _SO_SHININESS_ELEMENT
50#define _SO_SHININESS_ELEMENT
53#include <Inventor/elements/SoMaterialElement.h>
54#include <Inventor/misc/SoState.h>
55#include <Inventor/errors/SoDebugError.h>
80 int32_t numShininesses,
const float *shininesses);
96 float get(
int index)
const;
119 if(numShininesses>1){
121 "multiple shininess not supported");
131 se->saveState = state;
145 "multiple shininess values not supported");
static void post(const char *methodName, const char *formatString ...)
Posts an error.
static float getShininess(SoState *state, Face face)
static void setShininess(SoState *state, Face face, SoNode *node, float value)
static float getDefaultShininess()
Specify Open Inventor defaults for colors, etc.
Abstract base class for all database nodes.
Stores shininess of current material (mostly superseded by SoMaterialElement).
float get(int index) const
Returns the indexed shininess from an element.
static const SoShininessElement * getInstance(SoState *state)
Returns the top (current) instance of the element in the state.
int32_t getNum() const
Returns the number of shininess values in an instance.
static void set(SoState *state, SoNode *, int32_t numShininesses, const float *shininesses)
Sets the current shininess(es).
static float getDefault()
Returns the default shininess.