| | Re: Clipping / CCW / CW / INVERT Lars C. Hassing
| | | (...) Do you know the reason why? The change-state-calls could cost a little overhead, but don't they just set some flags? And these flags would just cause negating an orientation test? /Lars (25 years ago, 9-Oct-99, to lugnet.cad.dev)
| | | | | | | | Re: Clipping / CCW / CW / INVERT Leonardo Zide
| | | | | (...) I once asked the same question :) Most OpenGL drivers have part of the rendering code create at runtime instead of having if/else statements for all the possible flags. When you change the state, the driver has to rebuild the code again and (...) (25 years ago, 9-Oct-99, to lugnet.cad.dev)
| | | | | | |