1#ifndef SMALLCHANGE_COINBOARD_H
2#define SMALLCHANGE_COINBOARD_H
36#include <Inventor/nodes/SoSubNode.h>
37#include <Inventor/nodes/SoShape.h>
38#include <Inventor/fields/SoSFVec3f.h>
39#include <Inventor/fields/SoSFEnum.h>
40#include <Inventor/fields/SoMFVec3f.h>
41#include <Inventor/fields/SoMFVec4f.h>
42#include <Inventor/fields/SoSFInt32.h>
43#include <Inventor/fields/SoMFInt32.h>
45#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__)
46#include <SoWinLeaveScope.h>
49#include <SmallChange/basic.h>
60 static void initClass(
void);
90 void render(
const SbVec3f & offset,
91 const SbVec3f * coords,
const int n,
94 void render(
const SbMatrix &
matrix,
95 const SbVec3f * coords,
const int n,
100 const SbVec3f * coords,
const int n,
105 const SbVec3f * coords,
const int n,
The Coinboard class is a shape node which faces geometry towards the camera.
Definition Coinboard.h:54
ShapeType
Definition Coinboard.h:67
@ TRIANGLES
Definition Coinboard.h:68
@ QUADS
Definition Coinboard.h:69
SoSFVec3f axisOfRotation
Definition Coinboard.h:64
SoMFVec4f texCoord
Definition Coinboard.h:75
SoSFVec3f normal
Definition Coinboard.h:76
SoMFInt32 numVertices
Definition Coinboard.h:78
SoMFVec3f coord
Definition Coinboard.h:74
SoMFVec3f position
Definition Coinboard.h:63
SoSFInt32 frontAxis
Definition Coinboard.h:65
SoSFEnum shapeType
Definition Coinboard.h:77
Definition misc/SbList.h:69