From: Max G. <gi...@li...> - 2000-05-10 22:28:20
|
Hi! Sven, I've discovered: 1. Bug in GLU method gluNurbsProperty(...). According to the specs it takes float value as its third parameter. That's how it's done in GL4Java for now but some properties require boolean values (GL_TRUE and GL_FALSE) which are probably defined as 1 and 0 in C. These properties do not work in Java - there is no method like gluNurbsProperty(int, int, boolean). For example, this line glu.gluNurbsProperty(nurbsRenderer, GLU_AUTO_LOAD_MATRIX, GL_FALSE); is currently invalid. 2. Several constants in GLEnum are named like this: GL_MAP1_VERTEX_3 where they should be GL_MAP1_VERTEX3. Bye, Max -- Max Gilead (gi...@li...) http://3d.linart.krakow.pl/OfficinaArtificialis ----------------------------------------------------------------------------- -- Why is it that all of the instruments seeking intelligent life in the -- -- universe are pointed away from Earth? -- |