by Jonathan Campbell <jg.campbell.ng@[EMAIL PROTECTED]
>
Jul 10, 2008 at 11:12 AM
fungus wrote:
> On Jul 9, 4:57 pm, Jonathan Campbell <jg.campbell...@[EMAIL PROTECTED]
> wrote:
>> Any suggestions as to how to position the second and third rows?
>>
>
> Use gluProject() to find 2D coordinates of the first row.
>
> Subtract things from "winY" then use gluUnproject()
> to get 3D coordinates for the other rows.
>
Thanks. That's what I needed.
Jon C.