Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SoGLRenderAction.h File Reference
#include <Inventor/actions/SoAction.h>
#include <Inventor/actions/SoSubAction.h>
#include <Inventor/SbBasic.h>
#include <Inventor/SbViewportRegion.h>
#include <Inventor/system/inttypes.h>
#include <Inventor/lists/SoPathList.h>
#include <Inventor/lists/SbList.h>

Go to the source code of this file.

Classes

class  SoGLRenderAction
 The SoGLRenderAction class renders the scene graph with OpenGL calls. More...
 

Typedefs

typedef void SoGLRenderPassCB(void *userdata)
 
typedef void SoGLPreRenderCB(void *userdata, class SoGLRenderAction *action)
 
typedef float SoGLSortedObjectOrderCB(void *userdata, SoGLRenderAction *action)
 

Typedef Documentation

◆ SoGLRenderPassCB

void SoGLRenderPassCB

Callback functions for the setPassCallback() method need to be of this type.

userdata is a void pointer to any data the application need to know of in the callback function (like for instance a this pointer).

See also
setPassCallback()

◆ SoGLSortedObjectOrderCB

float SoGLSortedObjectOrderCB

A callback used for controlling the transparency sorting order.

See also
setSortedObjectOrderStrategy().
Since
Coin 2.5