src/glcompiler.h

changeset 1391
5fa4bf1fc781
parent 1372
641060842b92
child 1392
0541d9b21968
equal deleted inserted replaced
1390:3eace926af7f 1391:5fa4bf1fc781
62 void compilePolygon( 62 void compilePolygon(
63 LDPolygon& poly, 63 LDPolygon& poly,
64 const QModelIndex& polygonOwnerIndex, 64 const QModelIndex& polygonOwnerIndex,
65 ObjectVboData& objectInfo 65 ObjectVboData& objectInfo
66 ); 66 );
67 Q_SLOT void compileObject (const QModelIndex &index); 67 Q_SLOT void compileObject(const QModelIndex &index);
68 QColor getColorForPolygon( 68 QColor getColorForPolygon(
69 LDPolygon& poly, 69 LDPolygon& poly,
70 const QModelIndex& polygonOwnerIndex, 70 const QModelIndex& polygonOwnerIndex,
71 VboSubclass complement 71 VboSubclass complement
72 ); 72 );

mercurial