1#ifndef COIN_SOALPHATEST_H
2#define COIN_SOALPHATEST_H
36#include <Inventor/fields/SoSFEnum.h>
37#include <Inventor/fields/SoSFFloat.h>
38#include <Inventor/nodes/SoSubNode.h>
46 static void initClass(
void);
The SoAlphaTest class is a node used to control the GL alpha test function.
Definition: SoAlphaTest.h:40
SoSFEnum function
Definition: SoAlphaTest.h:61
SoSFFloat value
Definition: SoAlphaTest.h:62
Function
Definition: SoAlphaTest.h:49
@ GEQUAL
Definition: SoAlphaTest.h:56
@ ALWAYS
Definition: SoAlphaTest.h:52
@ LESS
Definition: SoAlphaTest.h:53
@ NONE
Definition: SoAlphaTest.h:50
@ GREATER
Definition: SoAlphaTest.h:57
@ LEQUAL
Definition: SoAlphaTest.h:54
@ NEVER
Definition: SoAlphaTest.h:51
@ EQUAL
Definition: SoAlphaTest.h:55
The SoBase class is the top-level superclass for a number of class-hierarchies.
Definition: SoBase.h:45
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition: SoGLRenderAction.h:50
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:56
virtual void GLRender(SoGLRenderAction *action)
Definition: SoNode.cpp:954
The SoSFEnum class is a container for an enum value.
Definition: SoSFEnum.h:40
The SoSFFloat class is a container for a floating point value.
Definition: SoSFFloat.h:39
#define SO_NODE_HEADER(classname)