Ian Mallett wrote:
I may be mistaken, but the speed issue is related to the number of OpenGL calls made and glBegin/End aren't especially long.

Yes, and this is even more true in Python, where
function calls are relatively expensive. So using
array-oriented calls whenever possible should help
even more than it does in C.

--
Greg

Reply via email to