50#ifndef _SO_INDEXED_TRIANGLE_STRIP_SET_
51#define _SO_INDEXED_TRIANGLE_STRIP_SET_
53#include <Inventor/nodes/SoIndexedShape.h>
54#include <Inventor/SbPImpl.h>
77#define SO_END_STRIP_INDEX (-1)
189 virtual void generateDefaultNormals(
SoState* state,
193 SbBool storeRef = FALSE );
199 static void initClass();
200 static void exitClass();
203 virtual int getNumVert(
SoState* state = NULL );
206 virtual int getNumPrim(
SoState* state = NULL );
215 PER_TRIANGLE_INDEXED,
221 virtual void generatePrimitives(
SoAction* action );
224 virtual void countPrim( SoState* state = NULL );
226 virtual void callSetupIndices( SoState* state,
const SoShapeStyleElement* shapeStyle, uint32_t useTexCoordsAnyway );
229 void doRendering( SoGLRenderAction* action,
const SoShapeStyleElement* shapeStyle );
232 virtual SoDetail* createTriangleDetail( SoRayPickAction* action,
233 const SoPrimitiveVertex* v1,
234 const SoPrimitiveVertex* v2,
235 const SoPrimitiveVertex* v3,
242 static const int AUTO_CACHE_ITSS_MIN_WITHOUT_VP;
243 static const int AUTO_CACHE_ITSS_MAX;
Stores the current coordinates.
Renders a scene graph using Open Inventor's Render Engine.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Counts number of...
Indexed triangle strip set shape node.
int getNumStrips(SoState *state=NULL)
Returns number of strips.
int getNumTriangles(SoState *state=NULL)
Returns number of triangles.
SoIndexedTriangleStripSet()
Creates an indexed triangle strip set node with default settings.
Stores some information used by shapes.