Aug 25, 2003 #1 D d1820 Newcomer Joined Apr 25, 2003 Messages 8 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
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
Aug 25, 2003 #2 N Nerseus Danner Joined Oct 22, 2002 Messages 2,547 Location Arizona, USA Try: Geometry.ComputeBoundingBox(...) It's a static function on the Geometry object. -Ner