How do I do this?

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

ninjarat(Posted 2007) [#1]
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?


Difference(Posted 2007) [#2]
Cameraproject()
http://www.blitzmax.com/Community/posts.php?topic=68291


ninjarat(Posted 2007) [#3]
Thanks! Problem solved :).