GLGraphics: GLModel modes documentation?
in
Contributed Library Questions
•
2 years ago
I'm wondering what the different modes for GLModel drawing are. So far, though guessing and trial and error I've found that these work:
- TRIANGLE_STRIP
- QUAD_STRIP
- GLModel.LINE_STRIP
- GLModel.LINE_LOOP
- GLModel.POINT_SPRITES
1