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
@ NONE
Definition SoAlphaTest.h:50
@ EQUAL
Definition SoAlphaTest.h:55
@ NEVER
Definition SoAlphaTest.h:51
@ LEQUAL
Definition SoAlphaTest.h:54
@ GEQUAL
Definition SoAlphaTest.h:56
@ GREATER
Definition SoAlphaTest.h:57
@ LESS
Definition SoAlphaTest.h:53
@ ALWAYS
Definition SoAlphaTest.h:52
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