How do I do this?

BlitzMax Modules Forums/MiniB3D/How do I do this?

What I want to do is get the 2D point on screen of a 3D vert. Then I'll use that value to draw text with Max2D. I'm sure it's just a quick calculation with the projection matrix. How do I do this?

Cameraproject()
http://www.blitzmax.com/Community/posts.php?topic=68291

Thanks! Problem solved :).