[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] converting "object position" to "view position" in (py)opengl



I recommend gluProject(...) as Forrest said.  It shouldn't be too expensive and it's simple.  Then just draw the text (with alpha, of course) at the location gluProject spits back.