d1820 Posted August 25, 2003 Posted August 25, 2003 how do you compute a bounding box in vb.net/Directx 9, i know in directx 8.1 i used ComputeBoundingBoxFromMesh. What is the equivelent in directx 9? thanks Quote
*Experts* Nerseus Posted August 25, 2003 *Experts* Posted August 25, 2003 Try: Geometry.ComputeBoundingBox(...) It's a static function on the Geometry object. -Ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.