Re: [PyOpenGL-Users] High Order glMap2 Error
Brought to you by:
mcfletch
From: Ian M. <ia...@ge...> - 2017-08-07 22:11:29
|
According to the docs: GL_INVALID_VALUE is generated if either uorder or vorder is less than 1 or greater than the return value of GL_MAX_EVAL_ORDER. So . . . what value do you have when querying "GL_MAX_EVAL_ORDER"? --- It might also be worth converting to a GL 3/GL 4 pipeline, for fully flexibility. Ian |