115 BFCBackList |
115 BFCBackList |
116 }; |
116 }; |
117 |
117 |
118 enum VAOType |
118 enum VAOType |
119 { |
119 { |
120 MainArray, |
120 ESurfaceArray, |
121 EdgeArray, |
121 EEdgeArray, |
122 CondEdgeArray, |
122 ECondEdgeArray, |
123 BFCArray, |
123 EBFCArray, |
124 PickArray, |
124 EPickArray, |
125 EdgePickArray, |
125 EEdgePickArray, |
126 NumArrays |
126 ENumArrays |
127 }; |
127 }; |
128 |
128 |
129 // CameraIcon::img is a heap-allocated QPixmap because otherwise it gets |
129 // CameraIcon::img is a heap-allocated QPixmap because otherwise it gets |
130 // initialized before program gets to main() and constructs a QApplication |
130 // initialized before program gets to main() and constructs a QApplication |
131 // and Qt doesn't like that. |
131 // and Qt doesn't like that. |