Finding a 2D bounding box

Blitz3D Forums/Blitz3D Programming/Finding a 2D bounding box

JKP(Posted 2004) [#1]
How can I find the 2D bounding box of a 3D mesh as it is displayed on screen? It doesn't have to be really accurate but it does need to be fast. I don't want to have to loop through every vertex of each mesh every frame because it would be too slow.

Thanks.


Rhyolite(Posted 2004) [#2]
Would MeshWidth/Height/Depth do it....??
EDIT: sorry, you want 2D box on screen


big10p(Posted 2004) [#3]
http://www.blitzbasic.com/Community/posts.php?topic=40417