summaryrefslogtreecommitdiff
path: root/src/Graphic3d/Graphic3d_ArrayOfTriangleStrips.cxx
blob: b98aff183aee12a0b6ddcfd6ae71cfbf8c0025c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// File		Graphic3d_ArrayOfTriangleStrips.cxx
// Created	04/01/01 : GG : G005

#include <Graphic3d_ArrayOfTriangleStrips.ixx>

Graphic3d_ArrayOfTriangleStrips :: Graphic3d_ArrayOfTriangleStrips (
                        const Standard_Integer maxVertexs,
                        const Standard_Integer maxStrips,
                        const Standard_Boolean hasVNormals,
                        const Standard_Boolean hasVColors,
                        const Standard_Boolean hasSColors,
                        const Standard_Boolean hasVTexels)
	: Graphic3d_ArrayOfPrimitives(Graphic3d_TOPA_TRIANGLESTRIPS,maxVertexs,maxStrips,0,hasVNormals,hasVColors,hasSColors,hasVTexels,Standard_False) {}