src/glCompiler.h

changeset 717
fdc285e5952f
parent 713
46377d340c23
child 721
4cf0f6c9082d
equal deleted inserted replaced
716:639a900999bc 717:fdc285e5952f
38 GLCompiler(); 38 GLCompiler();
39 ~GLCompiler(); 39 ~GLCompiler();
40 void compileDocument (LDDocument* doc); 40 void compileDocument (LDDocument* doc);
41 void dropObject (LDObject* obj); 41 void dropObject (LDObject* obj);
42 void initialize(); 42 void initialize();
43 QColor polygonColor (LDPolygon& poly, LDObject* topobj) const; 43 QColor getColorForPolygon (LDPolygon& poly, LDObject* topobj) const;
44 QColor indexColorForID (int id) const; 44 QColor indexColorForID (int id) const;
45 void needMerge(); 45 void needMerge();
46 void prepareVBO (int vbonum); 46 void prepareVBO (int vbonum);
47 void stageForCompilation (LDObject* obj); 47 void stageForCompilation (LDObject* obj);
48 48

mercurial