Message-ID: In-Reply-To: <20051027.102024.51705582.garrigue at math.nagoya-u.ac.jp> From: "Gregory Guyomarc'h" To: lablgtk at math.nagoya-u.ac.jp Cc: garrigue at math.nagoya-u.ac.jp Subject: RE: new pre-release of lablgtk2 and lablGL (including win32) Date: Fri, 28 Oct 2005 03:35:33 +0200 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Hello, Well, I have already sent a bug report about this some time ago but it does not seem to be corrected, most probably my email was lost. So I would like to signal the following problem in GlMat.mult_transpose: --- lablgl-1.02/src/glMat.ml 2005-10-28 10:23:24.000000000 +0900 +++ lablgl-1.01-patched/src/glMat.ml 2005-09-02 17:41:02.000000000 +0900 @@ -32,7 +32,7 @@ external mult_transpose : t -> unit = "ml_glMultTransposeMatrixd" let mult_transpose m = if Raw.length m <> 16 then invalid_arg "Gl.mult_matrix"; - mult m + mult_transpose m And I have also one question, is there any particular reason why polygon_offset is commented out? Sincerely, Gregory Guyomarc'h.