Open Inventor Release 2025.1.0
 
Loading...
Searching...
No Matches
SoMaterialElement Class Reference

Store in the state the material properties set by some property nodes. More...

#include <Inventor/elements/SoMaterialElement.h>

+ Inheritance diagram for SoMaterialElement:

Public Types

enum  masks {
  COLOR_MATERIAL_MASK = 1 << 1 ,
  DIFFUSE_MASK = 1 << 2 ,
  AMBIENT_MASK = 1 << 3 ,
  EMISSIVE_MASK = 1 << 4 ,
  SPECULAR_MASK = 1 << 5 ,
  SHININESS_MASK = 1 << 6 ,
  TRANSPARENCY_MASK = 1 << 8 ,
  ALL_MASK = 0xFFFF
}
 Masks. More...
 
enum  Face {
  FRONT ,
  BACK
}
 Faces. More...
 

Public Member Functions

virtual void push (SoState *state)
 Copy current material into the pushed element.
 
virtual void pop (SoState *state, const SoElement *prevTopElement)
 Unref buffer object of the popped element.
 
- Public Member Functions inherited from SoElement
virtual SoType getTypeId () const
 Returns type identifier for element instance.
 
- Public Member Functions inherited from SoTypedObject
SbBool isOfType (const SoType &type) const
 Returns TRUE if this object is of the type specified in type or is derived from that type.
 
template<typename TypedObjectClass>
SbBool isOfType () const
 Returns TRUE if this object is of the type of class TypedObjectClass or is derived from that class.
 

Static Public Member Functions

static SoType getClassTypeId ()
 Returns the type identifier for this class.
 
static int getClassStackIndex ()
 Returns the stack id for this element.
 
static void setDiffuse (SoState *state, Face face, SoNode *node, int32_t numColors, const SbColor *colors)
 Static set method.
 
static void setTransparency (SoState *state, Face face, SoNode *node, int32_t numTransp, const float *transp)
 Static set method.
 
static void setPacked (SoState *state, Face face, SoNode *node, int32_t numColors, const uint32_t *colors)
 
static void setColorIndices (SoState *state, Face face, SoNode *node, int32_t numIndices, const int32_t *indices)
 Static set method.
 
static void setAmbient (SoState *state, Face face, SoNode *node, const SbColor &color)
 
static void setEmissive (SoState *state, Face face, SoNode *node, const SbColor &color)
 
static void setSpecular (SoState *state, Face face, SoNode *node, const SbColor &color)
 
static void setShininess (SoState *state, Face face, SoNode *node, float value)
 
static void setColorMaterial (SoState *state, Face face, SoNode *node, SbBool value)
 
static void setSpecularFactor (SoState *state, Face face, SoNode *node, float value)
 
static void setRoughness (SoState *state, Face face, SoNode *node, float value)
 
static void setMetallic (SoState *state, Face face, SoNode *node, float value)
 
static SbColor getDiffuse (SoState *state, Face face, int index)
 get() methods get value from Inventor state.
 
static float getTransparency (SoState *state, Face face, int index)
 get() methods get value from Inventor state.
 
static SoCpuBufferObjectgetPackedColors (SoState *state, Face face)
 Return packed colors if any.
 
static const int32_t * getColorIndices (SoState *state, Face face)
 
static int32_t getColorIndex (SoState *state, Face face, int num)
 
static const SbColorgetAmbient (SoState *state, Face face)
 
static const SbColorgetEmissive (SoState *state, Face face)
 
static const SbColorgetSpecular (SoState *state, Face face)
 
static float getShininess (SoState *state, Face face)
 
static SbBool getColorMaterial (SoState *state, Face face)
 
static float getSpecularFactor (SoState *state, Face face)
 
static float getRoughness (SoState *state, Face face)
 
static float getMetallic (SoState *state, Face face)
 
static size_t getNumDiffuse (SoState *state, Face face)
 Returns the number of diffuse colors.
 
static size_t getNumColorIndices (SoState *state, Face face)
 Method to inquire about current colors.
 
static int32_t getNumTransparencies (SoState *state, Face face)
 Method to inquire about current colors.
 
static bool isTransparent (SoState *state)
 Method to inquire about current colors.
 
static float getDefaultAmbientIntensity ()
 Specify Open Inventor defaults for colors, etc.
 
static SbColor getDefaultDiffuse ()
 Specify Open Inventor defaults for colors, etc.
 
static SbColor getDefaultAmbient ()
 Specify Open Inventor defaults for colors, etc.
 
static SbColor getDefaultSpecular ()
 Specify Open Inventor defaults for colors, etc.
 
static SbColor getDefaultEmissive ()
 Specify Open Inventor defaults for colors, etc.
 
static float getDefaultShininess ()
 Specify Open Inventor defaults for colors, etc.
 
static float getDefaultSpecularFactor ()
 
static float getDefaultRoughness ()
 
static float getDefaultMetallic ()
 
static float getDefaultTransparency ()
 Specify Open Inventor defaults for colors, etc.
 
static int32_t getDefaultColorIndex ()
 Specify Open Inventor defaults for colors, etc.
 
- Static Public Member Functions inherited from SoReplacedElement
static SoType getClassTypeId ()
 Returns the type identifier for this class.
 
static int getClassStackIndex ()
 Returns the stack id for this element.
 
- Static Public Member Functions inherited from SoElement
static SoType getClassTypeId ()
 Returns type identifier for SoElement class.
 
- Static Public Member Functions inherited from SoTypedObject
static SoType getClassTypeId ()
 Returns the type identifier for this class.
 

Deprecated

static SoDEPRECATED void setDiffuse (SoState *state, SoNode *node, int32_t numColors, const SbColor *colors)
 
static SoDEPRECATED void setTransparency (SoState *state, SoNode *node, int32_t numTransp, const float *transp)
 Static set method.
 
static SoDEPRECATED void setPacked (SoState *state, SoNode *node, int32_t numColors, const uint32_t *colors)
 
static SoDEPRECATED void setColorIndices (SoState *state, SoNode *node, int32_t numIndices, const int32_t *indices)
 
static SoDEPRECATED void setAmbient (SoState *state, SoNode *node, const SbColor &color)
 
static SoDEPRECATED void setEmissive (SoState *state, SoNode *node, const SbColor &color)
 
static SoDEPRECATED void setSpecular (SoState *state, SoNode *node, const SbColor &color)
 
static SoDEPRECATED void setShininess (SoState *state, SoNode *node, float value)
 
static SoDEPRECATED void setColorMaterial (SoState *state, SoNode *node, SbBool value)
 
static SoDEPRECATED void setSpecularFactor (SoState *state, SoNode *node, float value)
 
static SoDEPRECATED void setRoughness (SoState *state, SoNode *node, float value)
 
static SoDEPRECATED void setMetallic (SoState *state, SoNode *node, float value)
 
static SoDEPRECATED SbColor getDiffuse (SoState *state, int index)
 
static SoDEPRECATED float getTransparency (SoState *state, int index)
 
static SoDEPRECATED SoCpuBufferObjectgetPackedColors (SoState *state)
 
static SoDEPRECATED const int32_t * getColorIndices (SoState *state)
 
static SoDEPRECATED int32_t getColorIndex (SoState *state, int num)
 
static SoDEPRECATED const SbColorgetAmbient (SoState *state)
 
static SoDEPRECATED const SbColorgetEmissive (SoState *state)
 
static SoDEPRECATED const SbColorgetSpecular (SoState *state)
 
static SoDEPRECATED float getShininess (SoState *state)
 
static SoDEPRECATED SbBool getColorMaterial (SoState *state)
 
static SoDEPRECATED float getSpecularFactor (SoState *state)
 
static SoDEPRECATED float getRoughness (SoState *state)
 
static SoDEPRECATED float getMetallic (SoState *state)
 
static SoDEPRECATED size_t getNumDiffuse (SoState *state)
 
static SoDEPRECATED size_t getNumColorIndices (SoState *state)
 
static SoDEPRECATED int32_t getNumTransparencies (SoState *state)
 

Detailed Description

Store in the state the material properties set by some property nodes.

The values of this element are modified by property nodes that affects the material characteristics such as: SoBaseColor, SoMaterial, SoPhysicalMaterial.

SEE ALSO

SoBaseColor, SoPhysicalMaterial, SoMaterial, SoPackedColor, SoVertexProperty

Definition at line 53 of file SoMaterialElement.h.

Member Enumeration Documentation

◆ Face

Faces.

Enumerator
FRONT 

Front Face.

BACK 

Back Face.

Definition at line 81 of file SoMaterialElement.h.

◆ masks

Masks.

Enumerator
COLOR_MATERIAL_MASK 

Color mask.

DIFFUSE_MASK 

Diffuse mask.

AMBIENT_MASK 

Ambient mask.

EMISSIVE_MASK 

Emissive mask.

SPECULAR_MASK 

Specular mask.

SHININESS_MASK 

Shininess mask.

TRANSPARENCY_MASK 

Transparency mask.

ALL_MASK 

All masks.

Definition at line 59 of file SoMaterialElement.h.

Member Function Documentation

◆ getAmbient() [1/2]

static SoDEPRECATED const SbColor & SoMaterialElement::getAmbient ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getAmbient() method that takes a Face parameter instead.

Definition at line 373 of file SoMaterialElement.h.

◆ getAmbient() [2/2]

static const SbColor & SoMaterialElement::getAmbient ( SoState * state,
Face face )
static

◆ getClassStackIndex()

static int SoMaterialElement::getClassStackIndex ( )
static

Returns the stack id for this element.

◆ getClassTypeId()

static SoType SoMaterialElement::getClassTypeId ( )
static

Returns the type identifier for this class.

◆ getColorIndex() [1/2]

static int32_t SoMaterialElement::getColorIndex ( SoState * state,
Face face,
int num )
static

◆ getColorIndex() [2/2]

static SoDEPRECATED int32_t SoMaterialElement::getColorIndex ( SoState * state,
int num )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getColorIndex() method that takes a Face parameter instead.

Definition at line 367 of file SoMaterialElement.h.

◆ getColorIndices() [1/2]

static SoDEPRECATED const int32_t * SoMaterialElement::getColorIndices ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getColorIndices() method that takes a Face parameter instead.

Definition at line 361 of file SoMaterialElement.h.

◆ getColorIndices() [2/2]

static const int32_t * SoMaterialElement::getColorIndices ( SoState * state,
Face face )
static

◆ getColorMaterial() [1/2]

static SoDEPRECATED SbBool SoMaterialElement::getColorMaterial ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getColorMaterial() method that takes a Face parameter instead.

Definition at line 397 of file SoMaterialElement.h.

◆ getColorMaterial() [2/2]

static SbBool SoMaterialElement::getColorMaterial ( SoState * state,
Face face )
static

◆ getDefaultAmbient()

static SbColor SoMaterialElement::getDefaultAmbient ( )
inlinestatic

Specify Open Inventor defaults for colors, etc.

Definition at line 196 of file SoMaterialElement.h.

◆ getDefaultAmbientIntensity()

static float SoMaterialElement::getDefaultAmbientIntensity ( )
inlinestatic

Specify Open Inventor defaults for colors, etc.

Definition at line 183 of file SoMaterialElement.h.

◆ getDefaultColorIndex()

static int32_t SoMaterialElement::getDefaultColorIndex ( )
inlinestatic

Specify Open Inventor defaults for colors, etc.

Definition at line 244 of file SoMaterialElement.h.

◆ getDefaultDiffuse()

static SbColor SoMaterialElement::getDefaultDiffuse ( )
inlinestatic

Specify Open Inventor defaults for colors, etc.

Definition at line 190 of file SoMaterialElement.h.

◆ getDefaultEmissive()

static SbColor SoMaterialElement::getDefaultEmissive ( )
inlinestatic

Specify Open Inventor defaults for colors, etc.

Definition at line 208 of file SoMaterialElement.h.

◆ getDefaultMetallic()

static float SoMaterialElement::getDefaultMetallic ( )
inlinestatic

Definition at line 230 of file SoMaterialElement.h.

◆ getDefaultRoughness()

static float SoMaterialElement::getDefaultRoughness ( )
inlinestatic

Definition at line 225 of file SoMaterialElement.h.

◆ getDefaultShininess()

static float SoMaterialElement::getDefaultShininess ( )
inlinestatic

Specify Open Inventor defaults for colors, etc.

Definition at line 214 of file SoMaterialElement.h.

◆ getDefaultSpecular()

static SbColor SoMaterialElement::getDefaultSpecular ( )
inlinestatic

Specify Open Inventor defaults for colors, etc.

Definition at line 202 of file SoMaterialElement.h.

◆ getDefaultSpecularFactor()

static float SoMaterialElement::getDefaultSpecularFactor ( )
inlinestatic

Definition at line 220 of file SoMaterialElement.h.

◆ getDefaultTransparency()

static float SoMaterialElement::getDefaultTransparency ( )
inlinestatic

Specify Open Inventor defaults for colors, etc.

Definition at line 238 of file SoMaterialElement.h.

◆ getDiffuse() [1/2]

static SbColor SoMaterialElement::getDiffuse ( SoState * state,
Face face,
int index )
static

get() methods get value from Inventor state.

The public methods are static, they get an instance of the element.

◆ getDiffuse() [2/2]

static SoDEPRECATED SbColor SoMaterialElement::getDiffuse ( SoState * state,
int index )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getDiffuse() method that takes a Face parameter instead.

Definition at line 343 of file SoMaterialElement.h.

◆ getEmissive() [1/2]

static SoDEPRECATED const SbColor & SoMaterialElement::getEmissive ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getEmissive() method that takes a Face parameter instead.

Definition at line 379 of file SoMaterialElement.h.

◆ getEmissive() [2/2]

static const SbColor & SoMaterialElement::getEmissive ( SoState * state,
Face face )
static

◆ getMetallic() [1/2]

static SoDEPRECATED float SoMaterialElement::getMetallic ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getMetallic() method that takes a Face parameter instead.

Definition at line 415 of file SoMaterialElement.h.

◆ getMetallic() [2/2]

static float SoMaterialElement::getMetallic ( SoState * state,
Face face )
static

◆ getNumColorIndices() [1/2]

static SoDEPRECATED size_t SoMaterialElement::getNumColorIndices ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getNumColorIndices() method that takes a Face parameter instead.

Definition at line 427 of file SoMaterialElement.h.

◆ getNumColorIndices() [2/2]

static size_t SoMaterialElement::getNumColorIndices ( SoState * state,
Face face )
static

Method to inquire about current colors.

◆ getNumDiffuse() [1/2]

static SoDEPRECATED size_t SoMaterialElement::getNumDiffuse ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getNumDiffuse() method that takes a Face parameter instead.

Definition at line 421 of file SoMaterialElement.h.

◆ getNumDiffuse() [2/2]

static size_t SoMaterialElement::getNumDiffuse ( SoState * state,
Face face )
static

Returns the number of diffuse colors.

◆ getNumTransparencies() [1/2]

static SoDEPRECATED int32_t SoMaterialElement::getNumTransparencies ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getNumTransparencies() method that takes a Face parameter instead.

Definition at line 433 of file SoMaterialElement.h.

◆ getNumTransparencies() [2/2]

static int32_t SoMaterialElement::getNumTransparencies ( SoState * state,
Face face )
static

Method to inquire about current colors.

◆ getPackedColors() [1/2]

static SoDEPRECATED SoCpuBufferObject * SoMaterialElement::getPackedColors ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getPackedColors() method that takes a Face parameter instead.

Definition at line 355 of file SoMaterialElement.h.

◆ getPackedColors() [2/2]

static SoCpuBufferObject * SoMaterialElement::getPackedColors ( SoState * state,
Face face )
static

Return packed colors if any.

◆ getRoughness() [1/2]

static SoDEPRECATED float SoMaterialElement::getRoughness ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getRoughness() method that takes a Face parameter instead.

Definition at line 409 of file SoMaterialElement.h.

◆ getRoughness() [2/2]

static float SoMaterialElement::getRoughness ( SoState * state,
Face face )
static

◆ getShininess() [1/2]

static SoDEPRECATED float SoMaterialElement::getShininess ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getShininess() method that takes a Face parameter instead.

Definition at line 391 of file SoMaterialElement.h.

◆ getShininess() [2/2]

static float SoMaterialElement::getShininess ( SoState * state,
Face face )
static

◆ getSpecular() [1/2]

static SoDEPRECATED const SbColor & SoMaterialElement::getSpecular ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getSpecular() method that takes a Face parameter instead.

Definition at line 385 of file SoMaterialElement.h.

◆ getSpecular() [2/2]

static const SbColor & SoMaterialElement::getSpecular ( SoState * state,
Face face )
static

◆ getSpecularFactor() [1/2]

static SoDEPRECATED float SoMaterialElement::getSpecularFactor ( SoState * state)
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getSpecularFactor() method that takes a Face parameter instead.

Definition at line 403 of file SoMaterialElement.h.

◆ getSpecularFactor() [2/2]

static float SoMaterialElement::getSpecularFactor ( SoState * state,
Face face )
static

◆ getTransparency() [1/2]

static float SoMaterialElement::getTransparency ( SoState * state,
Face face,
int index )
static

get() methods get value from Inventor state.

The public methods are static, they get an instance of the element.

◆ getTransparency() [2/2]

static SoDEPRECATED float SoMaterialElement::getTransparency ( SoState * state,
int index )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the getTransparency() method that takes a Face parameter instead.

Definition at line 349 of file SoMaterialElement.h.

◆ isTransparent()

static bool SoMaterialElement::isTransparent ( SoState * state)
static

Method to inquire about current colors.

◆ pop()

virtual void SoMaterialElement::pop ( SoState * state,
const SoElement * prevTopElement )
virtual

Unref buffer object of the popped element.

Reimplemented from SoElement.

◆ push()

virtual void SoMaterialElement::push ( SoState * state)
virtual

Copy current material into the pushed element.

Reimplemented from SoElement.

◆ setAmbient() [1/2]

static void SoMaterialElement::setAmbient ( SoState * state,
Face face,
SoNode * node,
const SbColor & color )
static

◆ setAmbient() [2/2]

static SoDEPRECATED void SoMaterialElement::setAmbient ( SoState * state,
SoNode * node,
const SbColor & color )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the setAmbient() method that takes a Face parameter instead.

Definition at line 292 of file SoMaterialElement.h.

◆ setColorIndices() [1/2]

static void SoMaterialElement::setColorIndices ( SoState * state,
Face face,
SoNode * node,
int32_t numIndices,
const int32_t * indices )
static

Static set method.

◆ setColorIndices() [2/2]

static SoDEPRECATED void SoMaterialElement::setColorIndices ( SoState * state,
SoNode * node,
int32_t numIndices,
const int32_t * indices )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the setColorIndices() method that takes a Face parameter instead.

Definition at line 286 of file SoMaterialElement.h.

◆ setColorMaterial() [1/2]

static void SoMaterialElement::setColorMaterial ( SoState * state,
Face face,
SoNode * node,
SbBool value )
static

◆ setColorMaterial() [2/2]

static SoDEPRECATED void SoMaterialElement::setColorMaterial ( SoState * state,
SoNode * node,
SbBool value )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the setColorMaterial() method that takes a Face parameter instead.

Definition at line 316 of file SoMaterialElement.h.

◆ setDiffuse() [1/2]

static void SoMaterialElement::setDiffuse ( SoState * state,
Face face,
SoNode * node,
int32_t numColors,
const SbColor * colors )
static

Static set method.

◆ setDiffuse() [2/2]

static SoDEPRECATED void SoMaterialElement::setDiffuse ( SoState * state,
SoNode * node,
int32_t numColors,
const SbColor * colors )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the setDiffuse() method that takes a Face parameter instead.

Definition at line 258 of file SoMaterialElement.h.

◆ setEmissive() [1/2]

static void SoMaterialElement::setEmissive ( SoState * state,
Face face,
SoNode * node,
const SbColor & color )
static

◆ setEmissive() [2/2]

static SoDEPRECATED void SoMaterialElement::setEmissive ( SoState * state,
SoNode * node,
const SbColor & color )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the setEmissive() method that takes a Face parameter instead.

Definition at line 298 of file SoMaterialElement.h.

◆ setMetallic() [1/2]

static void SoMaterialElement::setMetallic ( SoState * state,
Face face,
SoNode * node,
float value )
static

◆ setMetallic() [2/2]

static SoDEPRECATED void SoMaterialElement::setMetallic ( SoState * state,
SoNode * node,
float value )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the setMetallic() method that takes a Face parameter instead.

Definition at line 336 of file SoMaterialElement.h.

◆ setPacked() [1/2]

static void SoMaterialElement::setPacked ( SoState * state,
Face face,
SoNode * node,
int32_t numColors,
const uint32_t * colors )
static

◆ setPacked() [2/2]

static SoDEPRECATED void SoMaterialElement::setPacked ( SoState * state,
SoNode * node,
int32_t numColors,
const uint32_t * colors )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the setPacked() method that takes a Face parameter instead.

Definition at line 277 of file SoMaterialElement.h.

◆ setRoughness() [1/2]

static void SoMaterialElement::setRoughness ( SoState * state,
Face face,
SoNode * node,
float value )
static

◆ setRoughness() [2/2]

static SoDEPRECATED void SoMaterialElement::setRoughness ( SoState * state,
SoNode * node,
float value )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the setRoughness() method that takes a Face parameter instead.

Definition at line 330 of file SoMaterialElement.h.

◆ setShininess() [1/2]

static void SoMaterialElement::setShininess ( SoState * state,
Face face,
SoNode * node,
float value )
static

◆ setShininess() [2/2]

static SoDEPRECATED void SoMaterialElement::setShininess ( SoState * state,
SoNode * node,
float value )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the setShininess() method that takes a Face parameter instead.

Definition at line 310 of file SoMaterialElement.h.

◆ setSpecular() [1/2]

static void SoMaterialElement::setSpecular ( SoState * state,
Face face,
SoNode * node,
const SbColor & color )
static

◆ setSpecular() [2/2]

static SoDEPRECATED void SoMaterialElement::setSpecular ( SoState * state,
SoNode * node,
const SbColor & color )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the setSpecular() method that takes a Face parameter instead.

Definition at line 304 of file SoMaterialElement.h.

◆ setSpecularFactor() [1/2]

static void SoMaterialElement::setSpecularFactor ( SoState * state,
Face face,
SoNode * node,
float value )
static

◆ setSpecularFactor() [2/2]

static SoDEPRECATED void SoMaterialElement::setSpecularFactor ( SoState * state,
SoNode * node,
float value )
inlinestatic
Deprecated

Deprecated since Open Inventor 2025.1
Use the setSpecularFactor() method that takes a Face parameter instead.

Definition at line 324 of file SoMaterialElement.h.

◆ setTransparency() [1/2]

static void SoMaterialElement::setTransparency ( SoState * state,
Face face,
SoNode * node,
int32_t numTransp,
const float * transp )
static

Static set method.

◆ setTransparency() [2/2]

static SoDEPRECATED void SoMaterialElement::setTransparency ( SoState * state,
SoNode * node,
int32_t numTransp,
const float * transp )
inlinestatic

Static set method.

Deprecated

Deprecated since Open Inventor 2025.1
Use the setTransparency() method that takes a Face parameter instead.

Definition at line 268 of file SoMaterialElement.h.


The documentation for this class was generated from the following file: