2008/9/25 Bit Connor <[EMAIL PROTECTED]>:
> withMatrix doesn't seem to have anything to do with glLoadMatrix.
>
> You are right that you can do glLoadMatrix with loadIdentity and multMatrix.
>
> To directly load a matrix, use the function "matrix" (with a Nothing
> argument). This will internally call the loadMatrix function that
> Krzysztof mentioned (which is correctly not exported).
>
> Note that in addition to loading a matrix, the "matrix" function is
> also used for retrieving the current matrix. (glGetFloatv with
> argument GL_MODELVIEW_MATRIX and friends).

Ok, thank you,
Thu
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to